DATABASE MANAGEMENT SYSTEMS
This lab is a part of II B.Tech I
semester for CSE students. Database Management System or DBMS in short refers
to the technology of storing and retrieving users’ data with utmost efficiency
along with appropriate security measures. This lab enables the students to
practice the concepts like E-R model, data models, data schemas, data
independence, relational database design, storage and file structure and much
more in the DBMS subject by developing a database. The student is expected to
practice the designing, developing and querying a database in the context of
database to be created with MySQL with recommended systems/software
requirements following the university prescribed textbooks and Lab manuals. The
expected outcomes from the students are:
- Ability to design and implement a database
schema for given problem
- Be capable to design and build a GUI application
- Apply the normalization techniques for
development of application software to realistic problems
- Ability to formulate queries using SQL
DML/DDL/DCL commands