SQL Server Question Paper - 1
SQL Server Question Paper - 1
SQL Server Question Paper - 1
1. DBMS
2. How many types of DBMS
3. RDBMS
4. Database
5. E/R Model
6. Tables, Columns, Rows, Data Type, Constraints
Practical
1. Prepare E/R Model for SchoolManagement based on the given tables in 3rd Point
2. Create SchoolManagement Database
3. Create Following Tables
a. Teachers
b. Subjects
c. Students
d. MarkSheet
4. Insert the records and also check data integrity
Answers:-
1)DBMS:-DBMS stands for Data Base Management System .
This is a software program which handles most aspects of the data management
Includes storing data,retrieving data, running queries on data and providing
Security etc…
The DBMS manages incoming data, organizes it
Ex:-Sql server,Microsoft Access,Oracle,Mysql,Faxpro,Dbase
2)There are three types of DBMS
a)Hierarchical
b)Network
c)Relational.