SlideShare a Scribd company logo
DBMS 2019
1) Define Database
2) What is a data model? Name any two types of data model.
3) What is an attribute ? Name any two types of attributes.
(4) what do you mean by cardinality ratio?
5) what is double buffering?
6) Define the term block and blocking factor
7) what are database anomalies? Mention its any two types
8) what is functional dependency?
9) what is distributed database?
10) what is meant by query?
11) what is a cursor? Mention the types.
12) what are the different statements of DML?
13) a) Explain the DBMS interfaces
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
B) Explain the three scheme architecture of dbms
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
14) a) explain the phases of database design with a neat diagram
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
b) Explain the different notations used in ER-diagram
Ans:
dbms 1.pdf
dbms 1.pdf
15) a) explain relationship and types of relationships in DBMS
dbms 1.pdf
b) Explain the different integrity rules in relational model with
example
dbms 1.pdf
dbms 1.pdf
16) a) what is hashing ? mention its advantages and
disadvantages
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
b) explain spanned and unspanned records
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
17) a) what is normalization ? explain first and second normal
forms
Ans:
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
b) explain the types of keys in relational database model
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
18) a) what is JOIN operation in SQL ? mention the different
types of JOIN
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
b) explain SELECTION and PROJECTION operations with syntax
and example
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
19) a) consider the following relation
EMPSALARY(EMPNO, EMPNAME, DOB DEPTNAME, SALARY)
WRITE SQL QUERY STATEMENT FOR THE FOLLOWING:
I. Display the number of employees working in each department
II. Find the sum of salaries of all employees
III. Find sum and average salaries of employees of BCA department
IV. Find the highest salary that an employees draws
V. Find the least salary that an employees draws
dbms 1.pdf
b) what is a database trigger ? Explain any four types of trigger
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
20)a) what is a transaction ? Explain its properties
Ans
dbms 1.pdf
dbms 1.pdf
b) explain the concurrency control with time stamping
dbms 1.pdf
2018
1) Define
a) DBMS
b) Data Model
2) Define data independence. mention the types
3) Differentiate centralized database architecture and client
server database architecture
4) what is an entity? Mention the types of entities
5) define RAID
6) what are database anomalies? Mention the types.
Ans:
7) define normalization
8) explain different data types in SQL.
9) Expand PL/SQL. Mention any two advantages.
10) what is a view ? give the syntax for view creation
Ans:
11) list different types of failures.
dbms 1.pdf
12) what is concurrency control
13)a) explain the advantages of DBMS
b) explain three schema architecture.
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
14)a) define different types of keys.
dbms 1.pdf
dbms 1.pdf
b) explain different hashing techniques
dbms 1.pdf
dbms 1.pdf
15) Draw an ER diagram for STUDENT DTABASE SYSTEM.
dbms 1.pdf
16)a) Explain generalization and specialization with examples.
dbms 1.pdf
dbms 1.pdf
b) explain trivial dependency.
dbms 1.pdf
17)a) explain relational algebra in detail.
Ans:
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
b) explain 1NF, 2NF, 3NF.
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
18) a) explain different aggregate functions in SQL with syntax
and examples.
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
b) what are JOINS? Explain INNER JOIN and OUTER JOIN.
dbms 1.pdf
19) a) Explain different DDL commands with syntax and example.
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
b) create an EMPLOYEE database using the following fields:
dbms 1.pdf
dbms 1.pdf
20)a) Explain ACID properties of a transaction.
dbms 1.pdf
dbms 1.pdf
b) Explain different states of transaction.
Ans:
dbms 1.pdf
dbms 1.pdf
2017
1) Define DBMS. Mention one application of DBMS.
2) Define Query. Give an Example.
dbms 1.pdf
3) Define Schema and an instance.
4) Define Entity and Relationship.
Ans:
5) Define Data independence.
6) What is RAID?
7) Explain Functional Dependency.
8) Explain Domain and Tuple
9) Explain commit and Rollback commands.
Ans:
dbms 1.pdf
10) Explain database Triggers.
11) Explain dirty read related to transaction processing System.
12) What is concurrency control.
13) a) Explain the Advantages of DBMS.
Ans:
b) Explain different people behind DBMS.
14) a ) Explain Data model and its types.
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
b) Explain database environment.
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
15)a) write an E-R diagram of employee salary database and also
mention type of association between the entities.
Ans:
dbms 1.pdf
b) Explain one to one, one to many and many to many
relationships with example.
dbms 1.pdf
dbms 1.pdf
16)a) Explain the structure of Hard disk.
dbms 1.pdf
dbms 1.pdf
b) Explain internal and external hashing.
dbms 1.pdf
17)a) Explain design guidelines of relational schemas.
dbms 1.pdf
dbms 1.pdf
b) Explain 2NF and 3NF with examples.
Ans:
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
18)a) Explain different characteristics of relations.
dbms 1.pdf
b) explain cartesian product and selection operations.
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
19)a) write an SQL query for the following
dbms 1.pdf
dbms 1.pdf
b) Explain different types of cursors.
dbms 1.pdf
dbms 1.pdf
20)a) Explain serial and non serial schedules.
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
b) Explain lock and unlock operations for binary locks.
2016
1)Define DBMS. Mention Any two advantages of DBMS.
2) what do you mean by DBMS catalog and metadata?
3) give any four function of DBA.
4)name any four types of attributes.
5) what do you mean by generalization and specialization ?
6) Define primary key and foreign key.
7) define functional dependency.
8) how are storage devices classified?
dbms 1.pdf
dbms 1.pdf
9) what are the applications of Relational algebra in RDBMS?
10) Mention the different categories of SQL statements.
11) what is ab Exception ? mention major types of exceptions.
12) what are the desirable properties of transactions?
dbms 1.pdf
13)a) Explain the functions of DBMS.
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
b) what is data independence ? Explain briefly the two types of
data independence.
dbms 1.pdf
14)a) define relationship. Explain briefly cardinality ratio
constraint of relationships.
dbms 1.pdf
dbms 1.pdf
b) Explain the E-R notations used in database schema design.
15) a) Explain various methods of allocating file block on disks.
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
b) Explain briefly RAID technology.
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
16) a) Explain briefly insertion, updation and deletion anomalies
in database.
dbms 1.pdf
b) what is normalization ? Explain briefly the various types of
normal forms with example.
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
17)a) Explain briefly schema based constraints in relational data
model.
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
b) Explain selection and projection operations in relational
algebra with an example each.
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
18)a) Explain briefly DDL statements with syntax and examples.
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
b) What is JOIN operation ? Explain different types of joins with
syntax and example.
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
19)a) what is a database trigger ? Explain any four types of
trigger.
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
b) Explain While.. Loop statement in PLISQL with an example.
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
20) a) Define transaction. Explain briefly different states of
transaction with a neat state transition diagram.
Ans:
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
b) What is time stamp ? Explain briefly two methods of
generating time stamps.
Ans:
dbms 1.pdf
dbms 1.pdf
2015
1) What is DBMS ? Why do we need a DBMS ?
2) Write down any two responsibilities of data base
administrator.
3) List the implicit properties of data base approach.
4) Differentiate between single value and multi valued attributes.
5) Define referential integrity constraints with example.
6) What is heap file ? How pages organized in a heap file ?
dbms 1.pdf
7) List out different types of Join operations.
8) What is group by clause ? Give example.
Ans:
9) Mention the kind of constraints we can specify in the create
command DDL.
10) What are the advantages of PL/SQL ?
dbms 1.pdf
11) Define two-phase locking.
12) What is time stamp ? Explain.
Section B
13) a) List and explain the main characteristics of database
approach.
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
b) Explain the difference between logical and physical data
independence.
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
14) a) Design E-R diagram for keeping track of information about
company database taking into account of at least four entities.
Ans:
dbms 1.pdf
b) What is a relationship ? Give an example of one-to-one and
many-to-many relationships.
dbms 1.pdf
15) a) Discuss techniques for allocating file blocks on disks.
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
b) Differentiate between primary and secondary storage with
example.
dbms 1.pdf
dbms 1.pdf
16) a) Differentiate between prime and non-prime attributes.
b) What is normalization ? Explain third normal form with
example.
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
c) Which normal form based on concept of functional
dependencies ? Explain
the same with neat diagram.
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
17) a) What is constraint ? Give the detailed explanation of key
constraint and
domain constraint.
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
b) Explain selection and projection operation in relational
algebra with an
example.
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
18) a) Explain insert, delete and update statements in SQL with
example.
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
b) Consider the following relation.
Emp-salary (Emp-no. Ename, DOB, DNo., Salary)
Write the SQL for the followings :
a) Display the number of employees working in each
department.
b) Find the sum of salaries of all employees
c) Find sum and average salaries of employee of 'BCA'
department.
d) Find the highest salary that an employee draws.
e) Find the least salary that an employee draws.
dbms 1.pdf
dbms 1.pdf
19) a) What is cursor ? What are the cursor attributes ? Explain.
dbms 1.pdf
dbms 1.pdf
b) Explain for...loop statement in PL/SQL with an example.
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
20) a) Define transaction. Explain ACID properties of transaction.
dbms 1.pdf
dbms 1.pdf
b) Discuss the types of locks in brief.
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf
dbms 1.pdf

More Related Content

PPTX
Computer Organization : CPU, Memory and I/O organization
PPTX
Adbms 3 main characteristics of the database approach
PPTX
Crear base de datos mysql command
PPT
Database management system presentation
PDF
Introduction to DBMS and SQL Overview
PPTX
Data abstraction in DBMS
PPTX
All data models in dbms
PPTX
File System and File allocation tables
Computer Organization : CPU, Memory and I/O organization
Adbms 3 main characteristics of the database approach
Crear base de datos mysql command
Database management system presentation
Introduction to DBMS and SQL Overview
Data abstraction in DBMS
All data models in dbms
File System and File allocation tables

What's hot (20)

PDF
Aprenda SQL Server
PDF
Codd's Rules for Relational Database Management Systems
PPTX
Mysql Crud, Php Mysql, php, sql
PDF
The CAP Theorem
PPT
10 instruction sets characteristics
PPTX
Normalization 1 nf,2nf,3nf,bcnf
PPTX
Magnetic Disk
PPTX
Computer organization and architecture
PPTX
Presentacion bases de datos
PPTX
Understanding Data Flow Diagram
DOCX
Joins in dbms and types
PDF
DBMS Part-4.pdf
PPSX
Parallel Database
PPTX
Functional dependency
PPTX
Client server architecture
PPT
Introduction to Computer Architecture
PPTX
1.4 data independence
PPT
Types Of Join In Sql Server - Join With Example In Sql Server
PPTX
Relational algebra
PPT
Oracle Database Trigger
Aprenda SQL Server
Codd's Rules for Relational Database Management Systems
Mysql Crud, Php Mysql, php, sql
The CAP Theorem
10 instruction sets characteristics
Normalization 1 nf,2nf,3nf,bcnf
Magnetic Disk
Computer organization and architecture
Presentacion bases de datos
Understanding Data Flow Diagram
Joins in dbms and types
DBMS Part-4.pdf
Parallel Database
Functional dependency
Client server architecture
Introduction to Computer Architecture
1.4 data independence
Types Of Join In Sql Server - Join With Example In Sql Server
Relational algebra
Oracle Database Trigger
Ad

Similar to dbms 1.pdf (20)

PDF
Expected questions for dbms
DOCX
Expected questions for dbms
PDF
dbms final.pdf
DOCX
Dbms important questions and answers
PDF
DBMS VIVA QUESTIONS_CODERS LODGE.pdf
DOC
Dbms questions
PDF
Top DBMS Interview Questions and Answers.pdf
PDF
DBMS Important notes for education suggestion
DOCX
DBMS Assignments Questions
PDF
DBMS Campus crack Question Prepared by Randhir Kumar
PDF
DBMS and Rdbms fundamental concepts
DOCX
DBMS Question bank
PDF
Rdbms class test ii sep 2019
PPTX
complete_DBMS_vtu_engineering presentation
PDF
Database management systems_-_pallaw,_vijay_krishna(author)
PPTX
rdbms queries to download all queries to
DOCX
Assignments 150507052746-lva1-app6891
PPTX
DBMS introduction
PDF
1. Database Engineering Author Subasish Mohapatra.pdf
PPTX
DIGITAL CONTENT for the help of students.pptx
Expected questions for dbms
Expected questions for dbms
dbms final.pdf
Dbms important questions and answers
DBMS VIVA QUESTIONS_CODERS LODGE.pdf
Dbms questions
Top DBMS Interview Questions and Answers.pdf
DBMS Important notes for education suggestion
DBMS Assignments Questions
DBMS Campus crack Question Prepared by Randhir Kumar
DBMS and Rdbms fundamental concepts
DBMS Question bank
Rdbms class test ii sep 2019
complete_DBMS_vtu_engineering presentation
Database management systems_-_pallaw,_vijay_krishna(author)
rdbms queries to download all queries to
Assignments 150507052746-lva1-app6891
DBMS introduction
1. Database Engineering Author Subasish Mohapatra.pdf
DIGITAL CONTENT for the help of students.pptx
Ad

Recently uploaded (20)

PPTX
master seminar digital applications in india
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
Orientation - ARALprogram of Deped to the Parents.pptx
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
Weekly quiz Compilation Jan -July 25.pdf
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Classroom Observation Tools for Teachers
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PPTX
Cell Structure & Organelles in detailed.
DOC
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
PPTX
Lesson notes of climatology university.
PDF
Computing-Curriculum for Schools in Ghana
PDF
A systematic review of self-coping strategies used by university students to ...
master seminar digital applications in india
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Abdominal Access Techniques with Prof. Dr. R K Mishra
Orientation - ARALprogram of Deped to the Parents.pptx
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
Final Presentation General Medicine 03-08-2024.pptx
O7-L3 Supply Chain Operations - ICLT Program
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
STATICS OF THE RIGID BODIES Hibbelers.pdf
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Weekly quiz Compilation Jan -July 25.pdf
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Classroom Observation Tools for Teachers
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Cell Structure & Organelles in detailed.
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
Lesson notes of climatology university.
Computing-Curriculum for Schools in Ghana
A systematic review of self-coping strategies used by university students to ...

dbms 1.pdf