0% found this document useful (0 votes)
22 views4 pages

DBE Model Questions From Unit 1 and 2-1

The document contains a list of model questions from Units I and II, covering various topics related to database systems, including participation constraints, types of keys, responsibilities of a DBA, data independence, and different data models. It also includes tasks such as converting ER diagrams to relational models and constructing ER diagrams based on given scenarios. The questions aim to assess understanding of fundamental concepts in database design and management.

Uploaded by

cilag79676
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views4 pages

DBE Model Questions From Unit 1 and 2-1

The document contains a list of model questions from Units I and II, covering various topics related to database systems, including participation constraints, types of keys, responsibilities of a DBA, data independence, and different data models. It also includes tasks such as converting ER diagrams to relational models and constructing ER diagrams based on given scenarios. The questions aim to assess understanding of fundamental concepts in database design and management.

Uploaded by

cilag79676
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Model Questions from Unit -I and II

1. Explain the difference between total and partial participation constraints.


2. What are the various types of keys with suitable examples?
3. Mention the significance of descriptive attributes with proper examples
4. Differentiate between schema with instance with examples
5. Explain the responsibilities of DBA
6. What is data independence? Explain its types
7. Write about the anomalies of hierarchical model and network model
8. Define data dictionary
9. Define Meta data
10. Differentiate between strong and weak entity set with suitable example
11. What are the responsibilities of DBA in database system.
12. Write down the different types of attributes in ER models with suitable examples
13. Difference between Generalization, Specialization and Aggregation with examples
14. Define degree of the relationship
15. Define cardinality ratio with examples
16. Define data abstraction
17. Define data model.
18. Define Database System
19. Difference between Extension and Intention
20. What do you mean by DDL and DML commands?
21. Explain the use of foreign key constraint?
22. Define the terms arity and cardinality of relation?
23. What are domain constraints?
24. How to convert ER diagram to relational database.
25. What are the advantages of using TRUNCATE Command over DELETE Command?
26. Write the different record based data models with suitable examples
27. Explain various types of Data Models in DB systems.
28. What do you mean by entity set?
29. Explain mapping constraints. Write its types
30. Discuss the problem caused by data redundancies. Can data redundancies be
completely eliminated when the database approach is used?
31. What is DBMS? Discuss the advantages of database system over traditional file
processing system
32. Draw and explain the three schema architecture in database design. Write the
importance of data abstraction in DBMS.
33. Explain about different types of database integrity constraints
34. Difference between ER and EER
35. List the properties of ER diagram
36. Distinguish between NULL and NOT NULL
37. Explain different types of keys with suitable examples
38. Draw the ER diagram for the following descriptions
a. A Company contains several Departments. Each Department have several
Locations. Departments are identified by a department name, Department no
and Department Locations. Managers control a particular department. Each
Department is associated with number of projects. Each of which has a unique
name, a unique number, and a single location. Employees are identified by
name, id, address, dob, phone no, date_of_joining and years of experience. We
will keep track of the direct supervisor of each employee (who is another
employee). An employee belongs to only one department but can work on
several project. We also keep track of number of hours worked by an
employee on a single project. Each employee has dependent. Dependents have
D_name, Gender, and relationship.
39. Compare and contrast Generalization with Specialization. Draw suitable diagrams for
each of them
40. Convert the following ER Model into equivalent relational model.

41. Design an ER diagram considering the following information.


a. A bank has many branches in a country. Each branch is identified with the
help of branch name. Each branch of the bank has multiple customers. An
employee of bank can be a manager or staff of that branch. Branch gives each
customer a unique id to identify them. Customers can open two type of
accounts i.e Savings account and Checking account. Branches of the bank
provide Loan to the customers which are identified with the help of
payment_id. Determine the different entities and relationships.

42. Construct an E-R diagram for the registrar’s office. Document all assumptions that
you make about the mapping constraints.

a. A university registrar’s office maintains data about the following entities: (a)
courses, including number, title, credits, syllabus, and prerequisites; (b) course
offerings, including course number, year, semester, section number,
instructor(s), timings, and classroom; (c) students, including student-id, name,
and program; and (d) instructors, including identification number, name,
department, and title. Further, the enrollment of students in courses and grades
awarded to students in each course they are enrolled for must be appropriately
modeled.
43. Consider a university database for the scheduling of classrooms for final exams.
This database could be modeled as the single entity set exam, with attributes course-
name, section-number, room-number, and time. Alternatively, one or more additional
entity sets could be defined, along with relationship sets to replace some of the
attributes of the exam entity set, as
• course with attributes name, department, and c-number
• section with attributes s-number and enrollment, and dependent as a weak entity set
on course
• room with attributes r-number, capacity, and building

Show an E-R diagram illustrating the use of all three additional entity sets listed.

44. Suppose you are given the following requirements for a simple database for the
National Hockey League (NHL):
•the NHL has many teams,
•each team has a name, a city, a coach, a captain, and a set of players,
•each player belongs to only one team,
•each player has a name, a position (such as left wing or goalie), a skill level, and a set of
injury records,
•a team captain is also a player,
•a game is played between two teams (referred to as host_teamand guest_team) and has a
date (such as May 11th, 1999) and a score (such as 4 to 2).

Construct a clean and concise ER diagram for the NHL database using the Chen notation as
in your textbook. List your assumptions and clearly indicate the cardinality mappings as well
as any role indicators in your ER diagram.

45. Convert the following ER-Model into an equivalent relational model of a hospital
database system.

You might also like