SlideShare a Scribd company logo
Assignment no.01
Submission on: 14/02/2015
1. Explain Advantages of a DBMS over file processing system.
2. What do you mean by data model? Explain the various types of data models.
3. Explain the difference between a weak and strong entity set with an example.
4. Construct E-R diagram for registrar office of university which stores the data
about:
i.Student(sid,name,program)
ii. Courseoffering(time,secno,room,year,semester)
iii. Instructor (iid,name,dept,title)
iv. Course(syllabus,credits,courseno,title)
Each courses offering provides the grades to the student who are enrolled with
that course. Give the appropriate mapping constraints.
5. With neat sketch discuss the overall structure of DBMS.
6. What are attributes? What are different types of attributes you have studied?
Explain each with suitable example.
7. Explain types of database Users.
8. What are the functions of DBA? Explain in detail.
9. Explain the concept of EER model with suitable example.
10. What is data abstraction and data independence? Explain their types.
11. Draw scheme for university databases.
Name and Signature of Faculty
Assignment no.02
Submission on: 02/03/2015
1. What is join? Enlist and explain the different types of join.
2. Explain the various types of data models used in DBMS.
3. Explain the fundamental operation in relational algebra.
4. What is an attribute? What are the various types of attribute.
5. Consider the following relation:
Emp(ename,company_name,salary)
Write SQL Queries:
i.Find the total salary of each company.
ii. Find the company name whose salary is less than lowest average salary.
iii. Find the employee name whose salary is higer than highest average salary
of TCS’s.
6. Consider the following structure for employee.
Emp(empno,ename,job,mgr,joindate,sal,comm,deptno)
Write SQL Queries for the following:
i.Change the average salaries for each dept.
ii. Change the name of emp ‘AMAN’ to ‘ABHIJEET’.
iii. Display emp details whose name start with ‘A’.
iv. Display the list of emp excluding job title as ‘Salesman’.
v. Dispaly annual salary of all emp.
vi. Display name and salary for all emp. Whose sal is not in the range of
Rs.5000 and 10000.
vii. Delete all tuples in the emp relation for emp of dept_no=’200’.
7. Describe different clause in SQL with example.
8. What are aggregate functions in SQL? Explain it.
9. Describe string function and numeric function with example.
10. Explain ‘Group by’ and ‘having clause’ in SQL with example.
11. Explain set operators in SQL with example.
12. What are different alter commands in SQL? Explain with example.
13. With example explain select and where clauses.
14. What are views and Trigger? Explain with suitable example.
15. Find all courses taught in both the summer 2009 sem and in the winter 2010
sem.Write the SQL Query.
Name and Signature of Faculty
Assignment no.03
Submission on: 23/03/2015
1. Explain Functional dependencies with an example.
2. Explain 1NF,2NF and3NF in detail.
3. Write short note on:
i. Nested Subqueries
ii. Multivalued dependency
iii. Join dependency
iv. Trigger
v. View
vi. Transaction
4. Explain states of transaction with suitable diagram also explain ACID properties.
5. Explain serializability and shadow paging with example.
6. Explain Time stamp protocols:
i.Time stamp ordering
ii.Validation based protocol
7. Inference rules based functional dependency questions.
i.Let set of FD’s are given
F={A->B,C->X,BX->Z}
prove or disprove that ac->Z.
ii.Let F={A->B,C->D,C C B}
prove or disprove that A->C
iii.Let F={A->B,BC->D}
prove or disprove the following FD’s
a.AC->D b. B->D c. AD->B
iv.Let F={XY->W,Y->Z,WZ->P,WP->QR,Q->X}
show that XY->P.
8. Explain the following terms:
i.Lossy join
ii.Lossless Join Decomposition
iii.Lock based protocols
9. Consider the following relation schemes:
R=(A,B,C,) and S=(D,E,F)
Let realtion r(R) ,s(S) he given .Give an expression in SQL that is equivalent to each
of following.
i. Π A(r)
ii. σB=17(r)
iii. r×s
iv. πA,F (σC=D(r×s))
10. Explain scedules ,types of schedule and the testing of serializability.
11. Consider the following schedule and draw the P(S) also check for conflict
serializable.
i. r1(x), w2(x),r1(x)
ii. r1(x),r3(x),w1(x),r2(x),w3(x)
iii. r1(x),r3(x),w3(x),w1(x),r2(x)
Name and Signature of Faculty

More Related Content

What's hot

Relational Data Model Introduction
Relational Data Model IntroductionRelational Data Model Introduction
Relational Data Model Introduction
Nishant Munjal
 
Database Chapter 3
Database Chapter 3Database Chapter 3
Database Chapter 3
shahadat hossain
 
Er & eer to relational mapping
Er & eer to relational mappingEr & eer to relational mapping
Er & eer to relational mappingsaurabhshertukde
 
Entity Relationship Diagram
Entity Relationship DiagramEntity Relationship Diagram
Entity Relationship Diagram
Shakila Mahjabin
 
Database Keys
Database KeysDatabase Keys
Database Keys
Forrester High School
 
Elmasri Navathe DBMS Unit-1 ppt
Elmasri Navathe DBMS Unit-1 pptElmasri Navathe DBMS Unit-1 ppt
Elmasri Navathe DBMS Unit-1 ppt
AbhinavPandey274499
 
Data modeling using the entity relationship model
Data modeling using the entity relationship modelData modeling using the entity relationship model
Data modeling using the entity relationship modelJafar Nesargi
 
FORESTS
FORESTSFORESTS
2. Entity Relationship Model in DBMS
2. Entity Relationship Model in DBMS2. Entity Relationship Model in DBMS
2. Entity Relationship Model in DBMSkoolkampus
 
Relational model
Relational modelRelational model
Relational model
Dabbal Singh Mahara
 
Introduction to Data Abstraction
Introduction to Data AbstractionIntroduction to Data Abstraction
Introduction to Data Abstraction
Dennis Gajo
 
Odbms concepts
Odbms conceptsOdbms concepts
Odbms concepts
Dabbal Singh Mahara
 
joins in database
 joins in database joins in database
joins in database
Sultan Arshad
 
12. Indexing and Hashing in DBMS
12. Indexing and Hashing in DBMS12. Indexing and Hashing in DBMS
12. Indexing and Hashing in DBMSkoolkampus
 
Chapter-4 Enhanced ER Model
Chapter-4 Enhanced ER ModelChapter-4 Enhanced ER Model
Chapter-4 Enhanced ER Model
Kunal Anand
 
Data structure ppt
Data structure pptData structure ppt
Data structure ppt
Prof. Dr. K. Adisesha
 
Relational Database Design
Relational Database DesignRelational Database Design
Relational Database Design
Archit Saxena
 
Unit 1: Introduction to DBMS Unit 1 Complete
Unit 1: Introduction to DBMS Unit 1 CompleteUnit 1: Introduction to DBMS Unit 1 Complete
Unit 1: Introduction to DBMS Unit 1 Complete
Raj vardhan
 
Er model ppt
Er model pptEr model ppt
Er model ppt
Pihu Goel
 
ER MODEL
ER MODELER MODEL
ER MODEL
Rupali Rana
 

What's hot (20)

Relational Data Model Introduction
Relational Data Model IntroductionRelational Data Model Introduction
Relational Data Model Introduction
 
Database Chapter 3
Database Chapter 3Database Chapter 3
Database Chapter 3
 
Er & eer to relational mapping
Er & eer to relational mappingEr & eer to relational mapping
Er & eer to relational mapping
 
Entity Relationship Diagram
Entity Relationship DiagramEntity Relationship Diagram
Entity Relationship Diagram
 
Database Keys
Database KeysDatabase Keys
Database Keys
 
Elmasri Navathe DBMS Unit-1 ppt
Elmasri Navathe DBMS Unit-1 pptElmasri Navathe DBMS Unit-1 ppt
Elmasri Navathe DBMS Unit-1 ppt
 
Data modeling using the entity relationship model
Data modeling using the entity relationship modelData modeling using the entity relationship model
Data modeling using the entity relationship model
 
FORESTS
FORESTSFORESTS
FORESTS
 
2. Entity Relationship Model in DBMS
2. Entity Relationship Model in DBMS2. Entity Relationship Model in DBMS
2. Entity Relationship Model in DBMS
 
Relational model
Relational modelRelational model
Relational model
 
Introduction to Data Abstraction
Introduction to Data AbstractionIntroduction to Data Abstraction
Introduction to Data Abstraction
 
Odbms concepts
Odbms conceptsOdbms concepts
Odbms concepts
 
joins in database
 joins in database joins in database
joins in database
 
12. Indexing and Hashing in DBMS
12. Indexing and Hashing in DBMS12. Indexing and Hashing in DBMS
12. Indexing and Hashing in DBMS
 
Chapter-4 Enhanced ER Model
Chapter-4 Enhanced ER ModelChapter-4 Enhanced ER Model
Chapter-4 Enhanced ER Model
 
Data structure ppt
Data structure pptData structure ppt
Data structure ppt
 
Relational Database Design
Relational Database DesignRelational Database Design
Relational Database Design
 
Unit 1: Introduction to DBMS Unit 1 Complete
Unit 1: Introduction to DBMS Unit 1 CompleteUnit 1: Introduction to DBMS Unit 1 Complete
Unit 1: Introduction to DBMS Unit 1 Complete
 
Er model ppt
Er model pptEr model ppt
Er model ppt
 
ER MODEL
ER MODELER MODEL
ER MODEL
 

Similar to DBMS Assignments Questions

Assignments 150507052746-lva1-app6891
Assignments 150507052746-lva1-app6891Assignments 150507052746-lva1-app6891
Assignments 150507052746-lva1-app6891
Mohit Saini
 
DBMS Question bank
DBMS Question bankDBMS Question bank
DBMS Question bank
Sara Sahu
 
Rdbms class test ii sep 2019
Rdbms class test  ii sep 2019Rdbms class test  ii sep 2019
Rdbms class test ii sep 2019
ARVIND SARDAR
 
DMS Question bank class test ii sep 2019
DMS Question bank class test ii sep 2019DMS Question bank class test ii sep 2019
DMS Question bank class test ii sep 2019
ARVIND SARDAR
 
Question bank class test ii sep 2019
Question bank class test ii sep 2019Question bank class test ii sep 2019
Question bank class test ii sep 2019
ARVIND SARDAR
 
Model questions-b.sc .csit-6th-sem
Model questions-b.sc .csit-6th-semModel questions-b.sc .csit-6th-sem
Model questions-b.sc .csit-6th-sem
NayanBakhadyo
 
Smu mba sem 3 mis spring 2016 assignments
Smu mba sem 3 mis spring 2016 assignmentsSmu mba sem 3 mis spring 2016 assignments
Smu mba sem 3 mis spring 2016 assignments
solved_assignments
 
Sem 4 bscit summer 2014 solved assignments
Sem 4 bscit summer 2014 solved assignmentsSem 4 bscit summer 2014 solved assignments
Sem 4 bscit summer 2014 solved assignments
smumbahelp
 
Sem 3 bscit summer 2014 solved assignments
Sem 3 bscit summer 2014  solved assignmentsSem 3 bscit summer 2014  solved assignments
Sem 3 bscit summer 2014 solved assignments
smumbahelp
 
Smu mba sem 3 mis summer 2016 assignments
Smu mba sem 3 mis summer 2016 assignmentsSmu mba sem 3 mis summer 2016 assignments
Smu mba sem 3 mis summer 2016 assignments
Pradeep Sharma
 
Dbms qsntns
Dbms qsntnsDbms qsntns
Dbms qsntns
ViMal RaJa
 
Bca spring driveassignments
Bca spring driveassignmentsBca spring driveassignments
Bca spring driveassignments
solved_assignments
 
dbms final.pdf
dbms final.pdfdbms final.pdf
dbms final.pdf
RaKesh3868
 
Pune University MCA [Management] 2020-Sample Questions
Pune University MCA [Management] 2020-Sample QuestionsPune University MCA [Management] 2020-Sample Questions
Pune University MCA [Management] 2020-Sample Questions
shailendrashinde9
 
Smu bca sem 5 spring 2015 assignments
Smu bca sem 5 spring 2015 assignmentsSmu bca sem 5 spring 2015 assignments
Smu bca sem 5 spring 2015 assignments
solved_assignments
 
Smu bscit sem 4 spring 2015 assignments copy
Smu bscit sem 4 spring 2015 assignments   copySmu bscit sem 4 spring 2015 assignments   copy
Smu bscit sem 4 spring 2015 assignments copy
solved_assignments
 
Smu bca sem 2 winter 2014 assignments
Smu bca sem 2 winter 2014 assignmentsSmu bca sem 2 winter 2014 assignments
Smu bca sem 2 winter 2014 assignments
solved_assignments
 
Smu bca-sem-2-fall-2015- solved - assignments
Smu bca-sem-2-fall-2015- solved - assignmentsSmu bca-sem-2-fall-2015- solved - assignments
Smu bca-sem-2-fall-2015- solved - assignments
smumbahelp
 
Smu mba sem 3 mis spring 2015 assignments
Smu mba sem 3 mis spring 2015 assignmentsSmu mba sem 3 mis spring 2015 assignments
Smu mba sem 3 mis spring 2015 assignments
solved_assignments
 
Class9 js word_quar2018
Class9 js word_quar2018Class9 js word_quar2018
Class9 js word_quar2018
Andrew Raj
 

Similar to DBMS Assignments Questions (20)

Assignments 150507052746-lva1-app6891
Assignments 150507052746-lva1-app6891Assignments 150507052746-lva1-app6891
Assignments 150507052746-lva1-app6891
 
DBMS Question bank
DBMS Question bankDBMS Question bank
DBMS Question bank
 
Rdbms class test ii sep 2019
Rdbms class test  ii sep 2019Rdbms class test  ii sep 2019
Rdbms class test ii sep 2019
 
DMS Question bank class test ii sep 2019
DMS Question bank class test ii sep 2019DMS Question bank class test ii sep 2019
DMS Question bank class test ii sep 2019
 
Question bank class test ii sep 2019
Question bank class test ii sep 2019Question bank class test ii sep 2019
Question bank class test ii sep 2019
 
Model questions-b.sc .csit-6th-sem
Model questions-b.sc .csit-6th-semModel questions-b.sc .csit-6th-sem
Model questions-b.sc .csit-6th-sem
 
Smu mba sem 3 mis spring 2016 assignments
Smu mba sem 3 mis spring 2016 assignmentsSmu mba sem 3 mis spring 2016 assignments
Smu mba sem 3 mis spring 2016 assignments
 
Sem 4 bscit summer 2014 solved assignments
Sem 4 bscit summer 2014 solved assignmentsSem 4 bscit summer 2014 solved assignments
Sem 4 bscit summer 2014 solved assignments
 
Sem 3 bscit summer 2014 solved assignments
Sem 3 bscit summer 2014  solved assignmentsSem 3 bscit summer 2014  solved assignments
Sem 3 bscit summer 2014 solved assignments
 
Smu mba sem 3 mis summer 2016 assignments
Smu mba sem 3 mis summer 2016 assignmentsSmu mba sem 3 mis summer 2016 assignments
Smu mba sem 3 mis summer 2016 assignments
 
Dbms qsntns
Dbms qsntnsDbms qsntns
Dbms qsntns
 
Bca spring driveassignments
Bca spring driveassignmentsBca spring driveassignments
Bca spring driveassignments
 
dbms final.pdf
dbms final.pdfdbms final.pdf
dbms final.pdf
 
Pune University MCA [Management] 2020-Sample Questions
Pune University MCA [Management] 2020-Sample QuestionsPune University MCA [Management] 2020-Sample Questions
Pune University MCA [Management] 2020-Sample Questions
 
Smu bca sem 5 spring 2015 assignments
Smu bca sem 5 spring 2015 assignmentsSmu bca sem 5 spring 2015 assignments
Smu bca sem 5 spring 2015 assignments
 
Smu bscit sem 4 spring 2015 assignments copy
Smu bscit sem 4 spring 2015 assignments   copySmu bscit sem 4 spring 2015 assignments   copy
Smu bscit sem 4 spring 2015 assignments copy
 
Smu bca sem 2 winter 2014 assignments
Smu bca sem 2 winter 2014 assignmentsSmu bca sem 2 winter 2014 assignments
Smu bca sem 2 winter 2014 assignments
 
Smu bca-sem-2-fall-2015- solved - assignments
Smu bca-sem-2-fall-2015- solved - assignmentsSmu bca-sem-2-fall-2015- solved - assignments
Smu bca-sem-2-fall-2015- solved - assignments
 
Smu mba sem 3 mis spring 2015 assignments
Smu mba sem 3 mis spring 2015 assignmentsSmu mba sem 3 mis spring 2015 assignments
Smu mba sem 3 mis spring 2015 assignments
 
Class9 js word_quar2018
Class9 js word_quar2018Class9 js word_quar2018
Class9 js word_quar2018
 

Recently uploaded

Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
PrashantGoswami42
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
Kamal Acharya
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
DuvanRamosGarzon1
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 

Recently uploaded (20)

Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 

DBMS Assignments Questions

  • 1. Assignment no.01 Submission on: 14/02/2015 1. Explain Advantages of a DBMS over file processing system. 2. What do you mean by data model? Explain the various types of data models. 3. Explain the difference between a weak and strong entity set with an example. 4. Construct E-R diagram for registrar office of university which stores the data about: i.Student(sid,name,program) ii. Courseoffering(time,secno,room,year,semester) iii. Instructor (iid,name,dept,title) iv. Course(syllabus,credits,courseno,title) Each courses offering provides the grades to the student who are enrolled with that course. Give the appropriate mapping constraints. 5. With neat sketch discuss the overall structure of DBMS. 6. What are attributes? What are different types of attributes you have studied? Explain each with suitable example. 7. Explain types of database Users. 8. What are the functions of DBA? Explain in detail. 9. Explain the concept of EER model with suitable example. 10. What is data abstraction and data independence? Explain their types. 11. Draw scheme for university databases. Name and Signature of Faculty
  • 2. Assignment no.02 Submission on: 02/03/2015 1. What is join? Enlist and explain the different types of join. 2. Explain the various types of data models used in DBMS. 3. Explain the fundamental operation in relational algebra. 4. What is an attribute? What are the various types of attribute. 5. Consider the following relation: Emp(ename,company_name,salary) Write SQL Queries: i.Find the total salary of each company. ii. Find the company name whose salary is less than lowest average salary. iii. Find the employee name whose salary is higer than highest average salary of TCS’s. 6. Consider the following structure for employee. Emp(empno,ename,job,mgr,joindate,sal,comm,deptno) Write SQL Queries for the following: i.Change the average salaries for each dept. ii. Change the name of emp ‘AMAN’ to ‘ABHIJEET’. iii. Display emp details whose name start with ‘A’. iv. Display the list of emp excluding job title as ‘Salesman’. v. Dispaly annual salary of all emp. vi. Display name and salary for all emp. Whose sal is not in the range of
  • 3. Rs.5000 and 10000. vii. Delete all tuples in the emp relation for emp of dept_no=’200’. 7. Describe different clause in SQL with example. 8. What are aggregate functions in SQL? Explain it. 9. Describe string function and numeric function with example. 10. Explain ‘Group by’ and ‘having clause’ in SQL with example. 11. Explain set operators in SQL with example. 12. What are different alter commands in SQL? Explain with example. 13. With example explain select and where clauses. 14. What are views and Trigger? Explain with suitable example. 15. Find all courses taught in both the summer 2009 sem and in the winter 2010 sem.Write the SQL Query. Name and Signature of Faculty
  • 4. Assignment no.03 Submission on: 23/03/2015 1. Explain Functional dependencies with an example. 2. Explain 1NF,2NF and3NF in detail. 3. Write short note on: i. Nested Subqueries ii. Multivalued dependency iii. Join dependency iv. Trigger v. View vi. Transaction 4. Explain states of transaction with suitable diagram also explain ACID properties. 5. Explain serializability and shadow paging with example. 6. Explain Time stamp protocols: i.Time stamp ordering ii.Validation based protocol 7. Inference rules based functional dependency questions. i.Let set of FD’s are given F={A->B,C->X,BX->Z} prove or disprove that ac->Z. ii.Let F={A->B,C->D,C C B} prove or disprove that A->C iii.Let F={A->B,BC->D} prove or disprove the following FD’s a.AC->D b. B->D c. AD->B iv.Let F={XY->W,Y->Z,WZ->P,WP->QR,Q->X} show that XY->P. 8. Explain the following terms: i.Lossy join ii.Lossless Join Decomposition iii.Lock based protocols
  • 5. 9. Consider the following relation schemes: R=(A,B,C,) and S=(D,E,F) Let realtion r(R) ,s(S) he given .Give an expression in SQL that is equivalent to each of following. i. Π A(r) ii. σB=17(r) iii. r×s iv. πA,F (σC=D(r×s)) 10. Explain scedules ,types of schedule and the testing of serializability. 11. Consider the following schedule and draw the P(S) also check for conflict serializable. i. r1(x), w2(x),r1(x) ii. r1(x),r3(x),w1(x),r2(x),w3(x) iii. r1(x),r3(x),w3(x),w1(x),r2(x) Name and Signature of Faculty