0% found this document useful (0 votes)
17 views

DBMS Assignment Questions

Uploaded by

AS CREATION
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views

DBMS Assignment Questions

Uploaded by

AS CREATION
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

PALLAVI ENGINEERING COLLEGE

(Approved by the AICTE, New Delhi and affiliated to JNTU, Hyderabad)


Kuntloor (V), Abdullapurmettu (M), Hyderabad, R.R. Dist. - 501 505.
Branch: CSE-CS
B. Tech. III Year I Sem.
DBMS Assignment Questions
1. What is DBMS and define the types of levels of data abstractions?
2. Explain about structure of the DBMS with neat diagram?
3. Explain about logical database design.
4. What are the integrity constraints? When are integrity constrain enforce by DBMS?
5. Explain about Additional features of the ER model?
6. Explain about Integrity constraints over Relations?
7. a ). Give the syntax for creates table statement in SQL.
b). Explain various DML functions in SQL with examples.
8. What is E-R model? Draw an E-R Diagram for any Banking enterprise system.
9. Explain about different Data models?
10. Explain about Views? How Views can be destroyed / altered?
Objective Questions and Answers
1. In a relational model, relations are termed as__________. Tables
2. In the architecture of a database system external level is the___________. View level
3. In case of entity integrity, the primary key may be___________. Not Null
4. In the relational models, cardinality is termed as_____________. Number of tuples
5. A logical schema__________ is a standard way of organizing information into accessible parts.
6. The DBMS is _____________. Data Independent
7. In an E-R diagram attributes are represented by__________. Ellipse
8. Relational calculus is a ___________. Non-Procedural language
9. In an E-R diagram an entity set is represent by a________. Rectangle
10. The DBMS language component which can be embedded in a program is__________. Data Manipulation
language (DML).
11. An entity set that does not have sufficient attributes to form a primary key is a ________. Weak entity
set.
12. SQL stands for ____________. Structured Query Language
13. The database schema is written in___________________ language. Data Definition Language.
14. Architecture of the database can be viewed as__________________levels. Three
15. Related fields in a database are grouped to forma________. Data record
16. The Foreign key references to____________. Primary key in another table
17. The weak entity set doesn’t have _____________. Primary Key
18. RDBMS stands for _______________________. Relational Database Management Systems
19. List of the DDL commands____________. Create, Alter, Truncate, Drop.
20. COMMIT is ________________command. Transaction Control Language.
21. _________Organized collection of data or information that can be accessed, updated, and managed. Database
22. _______created the first DBMS. Charles Bachman
23. ___________ is information about data called. Meta data
24. __________command is used to remove a relation from an SQL. Drop
25. _________ offers the ability to query the data and insert, alter, and delete tuples. DML
26. Relational algebra is _______. Procedural Query Language
27. Key to represent relationship between table _______. Foreign key
28. Key that uniquely identifies each record is called_____________. Primary Key
29. Description of a database is called______. Database Schema
30. View is _____________table. Virtual

You might also like