Top Banner
DBMS Lab Projects
23

DBMS Lab Projects. Information System Design Auction Portal Items Bidders Bid Managers Lowest Bid Incremental Bidding.

Dec 28, 2015

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: DBMS Lab Projects. Information System Design Auction Portal Items Bidders Bid Managers Lowest Bid Incremental Bidding.

DBMS Lab Projects

Page 2: DBMS Lab Projects. Information System Design Auction Portal Items Bidders Bid Managers Lowest Bid Incremental Bidding.

Information System Design

Page 3: DBMS Lab Projects. Information System Design Auction Portal Items Bidders Bid Managers Lowest Bid Incremental Bidding.

Auction Portal

• Items

• Bidders

• Bid

• Managers

• Lowest Bid

• Incremental Bidding

Page 4: DBMS Lab Projects. Information System Design Auction Portal Items Bidders Bid Managers Lowest Bid Incremental Bidding.

Resume Posting Service

• Resume

• Posts

• Employers

• Managers

• Matching

Page 5: DBMS Lab Projects. Information System Design Auction Portal Items Bidders Bid Managers Lowest Bid Incremental Bidding.

Tourism Information System

• Data Integration

• Location Aware Services

• Map Based Interface

• Travel Information

Page 6: DBMS Lab Projects. Information System Design Auction Portal Items Bidders Bid Managers Lowest Bid Incremental Bidding.

Web Based Dictionary

• Data Organization

• Graph Structure

Page 7: DBMS Lab Projects. Information System Design Auction Portal Items Bidders Bid Managers Lowest Bid Incremental Bidding.

Financial Portfolio Managers

• Users

• Projections

• Web based data access

Page 8: DBMS Lab Projects. Information System Design Auction Portal Items Bidders Bid Managers Lowest Bid Incremental Bidding.

Automatic Time Table and Course Management System

• Courses

• Class rooms

• Hard constraints

• Soft Constraints

Page 9: DBMS Lab Projects. Information System Design Auction Portal Items Bidders Bid Managers Lowest Bid Incremental Bidding.

Social Network of IIT Alumni

• Friends

• Communities

• Blogs

• Events

Page 10: DBMS Lab Projects. Information System Design Auction Portal Items Bidders Bid Managers Lowest Bid Incremental Bidding.

Web 2.0

Mashup is a web application that combines data from more than one source into a single integrated tool via a local database; an example is the use of cartographic data from Google Maps to add location information to real-estate data from Craigslist, thereby creating a new and distinct web service that was not originally provided by either source.

Page 11: DBMS Lab Projects. Information System Design Auction Portal Items Bidders Bid Managers Lowest Bid Incremental Bidding.

Domain Specific Databases

Page 12: DBMS Lab Projects. Information System Design Auction Portal Items Bidders Bid Managers Lowest Bid Incremental Bidding.

Spatial Database

• GIS

• Spatio-temporal data

• Implement spatial queries and schemas

Page 13: DBMS Lab Projects. Information System Design Auction Portal Items Bidders Bid Managers Lowest Bid Incremental Bidding.

Multimedia Databases

• Content Based Retrieval

• Geometric Data Structures

• Music Databases

Page 14: DBMS Lab Projects. Information System Design Auction Portal Items Bidders Bid Managers Lowest Bid Incremental Bidding.

Streaming Data

• Network Monitoring

• Streaming Queries

Page 15: DBMS Lab Projects. Information System Design Auction Portal Items Bidders Bid Managers Lowest Bid Incremental Bidding.

XML Databases

• Query processor for restricted XQuery

• XML to RDBMS Converter

• XML database design– Biological data– Financial data

Page 16: DBMS Lab Projects. Information System Design Auction Portal Items Bidders Bid Managers Lowest Bid Incremental Bidding.

Sequence Databases

• Proteins, Gene sequences

• Motif, structure finding

• http://rdp.cme.msu.edu/

Page 17: DBMS Lab Projects. Information System Design Auction Portal Items Bidders Bid Managers Lowest Bid Incremental Bidding.

OODB

• Build a gaming framework using MyOODB

Page 18: DBMS Lab Projects. Information System Design Auction Portal Items Bidders Bid Managers Lowest Bid Incremental Bidding.

Fuzzy Databases

• FSQL

Page 19: DBMS Lab Projects. Information System Design Auction Portal Items Bidders Bid Managers Lowest Bid Incremental Bidding.

Text Databases

• Indexing – Zipfs law

• Search

Page 20: DBMS Lab Projects. Information System Design Auction Portal Items Bidders Bid Managers Lowest Bid Incremental Bidding.

Data warehousing

• Datacube materialization

• Warehouse design

• OLAP queries

Page 21: DBMS Lab Projects. Information System Design Auction Portal Items Bidders Bid Managers Lowest Bid Incremental Bidding.

Data Mining

• http://mill.ucsd.edu/

Page 22: DBMS Lab Projects. Information System Design Auction Portal Items Bidders Bid Managers Lowest Bid Incremental Bidding.

Database Security

• Checking a SQL query for SQL injection vulnerability

• statement := "SELECT * FROM users WHERE name = '" + userName + "';"

• setting the "userName" variable as a' or 't'='t , renders• SELECT * FROM users WHERE name = 'a' OR 't'='t';

• If this code were to be used in an authentication procedure then this example could be used to force the selection of a valid username because the evaluation of 't'='t' is always true.

Page 23: DBMS Lab Projects. Information System Design Auction Portal Items Bidders Bid Managers Lowest Bid Incremental Bidding.