SlideShare a Scribd company logo
1 of 4
Dear students get fully solved assignments
Send your semester & Specialization name to our mail id :
“ help.mbaassignments@gmail.com ”
or
Call us at : 08263069601
(Prefer mailing. Call in emergency )
ASSIGNMENT
PROGRAM BSc IT
SEMESTER 1
SUBJECT CODE & NAME BT0066, Database Management Systems
CREDIT 4
BK ID
MAX.MARKS 60
Note: Answer all questions. Kindly note that answers for 10 marks questions should be approximately
of 400 words. Each question is followed by evaluation scheme.
Q. 1 Explain the concept of data independence and explain why it is required?
Answer: - Data independence:- Data independence is the type of data transparency that matters for a
centralized DBMS. It refers to the immunity of user applications to make changes in the definition and
organization of data.
Physical data independence deals with hiding the details of the storage structure from user applications.
The application should not be involved with these issues, since there is no difference in the operation
carried out against the data. The data
Q.2 Why relational data model is important? Explain the terms relation and tuple.
Answer:- Important of Relational data model:- The relational model for database management is a
database model based on first-order predicate logic, first formulated and proposed in 1969 by Edgar F.
Code. In the relational model of a database, all data is represented in terms of tuples, grouped into
relations. A database organized in terms of the relational model is a relational database.
Diagram of an example database according to the
3 Perform the following DML operations on the table:
1. Insert values for the table CUSTOMERS with fields – ID, name, age, address and salary and insert
records in the table given below:
+—-+———-+—–+———–+———-+
| ID | NAME | AGE | ADDRESS | SALARY |
+—-+———-+—–+———–+———-+
| 1 | Ramesh | 32 | Ahmedabad | 2000.00 |
| 2 | Khilan | 25 | Delhi | 1500.00 |
| 3 | kaushik | 23 | Kota | 2000.00 |
| 4 | Chaitali | 25 | Mumbai | 6500.00 |
| 5 | Hardik | 27 | Bhopal | 8500.00 |
| 6 | Komal | 22 | MP | 4500.00 |
| 7 | Muffy | 24 | Indore | 10000.00 |
Answer:- CREATE TABLE table name
(
column_name1 data_type(size),
column_name2 data_type(size),
column_name3 data_type(size),
....
);
 The column name parameters specify the names of the columns of the table.
 The data type parameter specifies
2. Based on the customer table given above update the salary to 20000 whose salary is less than that.
Based on the customer table given above Fetch ID,
Answer: - record:-
A record, also called a row of data, is each individual entry that exists in a table. For example there are 7
records in the above CUSTOMERS table. Following is a single row of data or record in the CUSTOMERS
table:
3. Name and Salary fields from the CUSTOMERS table for a customer with name Hardik.
Answer:-OriginalTable:-
CUSTOMERS table for a customer with name Hardik:-
Q.4 Consider the
Q.5What do you mean by anamoly in database system? Why it is required? Explain the types of
anamolies in database system.
Answer:- Anamoly in database system:- Database anomalies, are really just unmatched or missing
information caused by limitations or flaws within a given database. Databases are designed to collect
data and sort or present it in specific ways to the end user. Entering or deleting information be it an
update or a new record can cause issues if the database is limited or has ‘bugs’. Modification anomalies
or Update anomalies are data inconsistencies
Q.6 Differentiate between Relational Database Management System And Object Oriented Database
Management System.
Answer:- RDBMS vs OODBMS
An Object-Oriented Database Management System (OODBMS), sometimes referred as Object Database
Management System (ODMS) is a Database Management System (DBMS) that supports modeling and
creation of data as objects. OODBMS provides support for object classes, class property and method
inheritance by sub classes and their objects. A Relational Database Management System (RDBMS) is also
a DBMS but, that is based on the relational model. Most popular DBMSs currently in use are RDMSs.
As mentioned earlier RDBMS is based on
Dear students get fully solved assignments
Send your semester & Specialization name to our mail id :
“ help.mbaassignments@gmail.com ”
or
Call us at : 08263069601
(Prefer mailing. Call in emergency )

More Related Content

What's hot (7)

Mb0047 management information system
Mb0047   management information systemMb0047   management information system
Mb0047 management information system
 
Dbms relational model
Dbms relational modelDbms relational model
Dbms relational model
 
Dbms viva questions
Dbms viva questionsDbms viva questions
Dbms viva questions
 
RDBMS
RDBMSRDBMS
RDBMS
 
Data Models In Database Management System
Data Models In Database Management SystemData Models In Database Management System
Data Models In Database Management System
 
Chapter-2 Database System Concepts and Architecture
Chapter-2 Database System Concepts and ArchitectureChapter-2 Database System Concepts and Architecture
Chapter-2 Database System Concepts and Architecture
 
Cse ii ii sem
Cse ii ii semCse ii ii sem
Cse ii ii sem
 

Viewers also liked (11)

May 3, 2012
May 3, 2012May 3, 2012
May 3, 2012
 
Mi proyecto de vida
Mi proyecto de vidaMi proyecto de vida
Mi proyecto de vida
 
Decreto 67 2007
Decreto 67 2007Decreto 67 2007
Decreto 67 2007
 
Research gates: a killer application?
Research gates: a killer application?Research gates: a killer application?
Research gates: a killer application?
 
Sur belediyesi Kültür ve sosyal işler müdürlüğü
Sur belediyesi Kültür ve sosyal işler müdürlüğüSur belediyesi Kültür ve sosyal işler müdürlüğü
Sur belediyesi Kültür ve sosyal işler müdürlüğü
 
Spanish Bb Global Pp
Spanish  Bb Global PpSpanish  Bb Global Pp
Spanish Bb Global Pp
 
South africa water shortate
South africa water shortateSouth africa water shortate
South africa water shortate
 
Diálogos 60
Diálogos 60Diálogos 60
Diálogos 60
 
Diálogos 58
Diálogos 58Diálogos 58
Diálogos 58
 
Diálogos 61
Diálogos 61Diálogos 61
Diálogos 61
 
Diálogos 59
Diálogos 59Diálogos 59
Diálogos 59
 

Similar to Bt0066, database management systems

Mi0034 database management systems
Mi0034  database management systemsMi0034  database management systems
Mi0034 database management systems
smumbahelp
 
Mi0034 database management systems
Mi0034  database management systemsMi0034  database management systems
Mi0034 database management systems
smumbahelp
 
Mi0034 –database management systems
Mi0034 –database management systemsMi0034 –database management systems
Mi0034 –database management systems
smumbahelp
 
Mca1040 system analysis and design
Mca1040  system analysis and designMca1040  system analysis and design
Mca1040 system analysis and design
smumbahelp
 
Bca3020 database management system
Bca3020   database management systemBca3020   database management system
Bca3020 database management system
smumbahelp
 

Similar to Bt0066, database management systems (20)

Mi0034 summer-2016
Mi0034 summer-2016Mi0034 summer-2016
Mi0034 summer-2016
 
Mi0034 database management systems
Mi0034  database management systemsMi0034  database management systems
Mi0034 database management systems
 
Bt0066 dbms
Bt0066 dbmsBt0066 dbms
Bt0066 dbms
 
Mi0034 – database management system
Mi0034 – database management systemMi0034 – database management system
Mi0034 – database management system
 
Mi0034 – database management system
Mi0034 – database management systemMi0034 – database management system
Mi0034 – database management system
 
Mi0034 database management systems
Mi0034  database management systemsMi0034  database management systems
Mi0034 database management systems
 
Mi0034 database management systems
Mi0034  database management systemsMi0034  database management systems
Mi0034 database management systems
 
Mi0034 database management system
Mi0034   database management systemMi0034   database management system
Mi0034 database management system
 
Mi0034 –database management systems
Mi0034 –database management systemsMi0034 –database management systems
Mi0034 –database management systems
 
Mi0034 – database management system
Mi0034 – database management systemMi0034 – database management system
Mi0034 – database management system
 
7 - Enterprise IT in Action
7 - Enterprise IT in Action7 - Enterprise IT in Action
7 - Enterprise IT in Action
 
Chapter 6 foundations of business intelligence
Chapter 6 foundations of business intelligenceChapter 6 foundations of business intelligence
Chapter 6 foundations of business intelligence
 
MIS-CH6: Foundation of BUsiness Intelligence: Databases & IS
MIS-CH6: Foundation of BUsiness Intelligence: Databases & ISMIS-CH6: Foundation of BUsiness Intelligence: Databases & IS
MIS-CH6: Foundation of BUsiness Intelligence: Databases & IS
 
Mca1040 system analysis and design
Mca1040  system analysis and designMca1040  system analysis and design
Mca1040 system analysis and design
 
DBMS - Relational Model
DBMS - Relational ModelDBMS - Relational Model
DBMS - Relational Model
 
Mi0034 database management systems
Mi0034  database management systemsMi0034  database management systems
Mi0034 database management systems
 
Mi0034 database management systems
Mi0034  database management systemsMi0034  database management systems
Mi0034 database management systems
 
Bt9001, data mining
Bt9001, data miningBt9001, data mining
Bt9001, data mining
 
Data models
Data modelsData models
Data models
 
Bca3020 database management system
Bca3020   database management systemBca3020   database management system
Bca3020 database management system
 

Recently uploaded

Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptxHarnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
FIDO Alliance
 
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
Muhammad Subhan
 

Recently uploaded (20)

Generative AI Use Cases and Applications.pdf
Generative AI Use Cases and Applications.pdfGenerative AI Use Cases and Applications.pdf
Generative AI Use Cases and Applications.pdf
 
The Metaverse: Are We There Yet?
The  Metaverse:    Are   We  There  Yet?The  Metaverse:    Are   We  There  Yet?
The Metaverse: Are We There Yet?
 
ADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptxADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptx
 
ERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage IntacctERP Contender Series: Acumatica vs. Sage Intacct
ERP Contender Series: Acumatica vs. Sage Intacct
 
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
 
Google I/O Extended 2024 Warsaw
Google I/O Extended 2024 WarsawGoogle I/O Extended 2024 Warsaw
Google I/O Extended 2024 Warsaw
 
Syngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdfSyngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdf
 
Extensible Python: Robustness through Addition - PyCon 2024
Extensible Python: Robustness through Addition - PyCon 2024Extensible Python: Robustness through Addition - PyCon 2024
Extensible Python: Robustness through Addition - PyCon 2024
 
(Explainable) Data-Centric AI: what are you explaininhg, and to whom?
(Explainable) Data-Centric AI: what are you explaininhg, and to whom?(Explainable) Data-Centric AI: what are you explaininhg, and to whom?
(Explainable) Data-Centric AI: what are you explaininhg, and to whom?
 
JavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate GuideJavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate Guide
 
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
Human Expert Website Manual WCAG 2.0 2.1 2.2 Audit - Digital Accessibility Au...
 
TopCryptoSupers 12thReport OrionX May2024
TopCryptoSupers 12thReport OrionX May2024TopCryptoSupers 12thReport OrionX May2024
TopCryptoSupers 12thReport OrionX May2024
 
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
Observability Concepts EVERY Developer Should Know (DevOpsDays Seattle)
 
WebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM PerformanceWebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM Performance
 
Design Guidelines for Passkeys 2024.pptx
Design Guidelines for Passkeys 2024.pptxDesign Guidelines for Passkeys 2024.pptx
Design Guidelines for Passkeys 2024.pptx
 
Event-Driven Architecture Masterclass: Challenges in Stream Processing
Event-Driven Architecture Masterclass: Challenges in Stream ProcessingEvent-Driven Architecture Masterclass: Challenges in Stream Processing
Event-Driven Architecture Masterclass: Challenges in Stream Processing
 
Oauth 2.0 Introduction and Flows with MuleSoft
Oauth 2.0 Introduction and Flows with MuleSoftOauth 2.0 Introduction and Flows with MuleSoft
Oauth 2.0 Introduction and Flows with MuleSoft
 
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptxHarnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
Harnessing Passkeys in the Battle Against AI-Powered Cyber Threats.pptx
 
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
 
How we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfHow we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdf
 

Bt0066, database management systems

  • 1. Dear students get fully solved assignments Send your semester & Specialization name to our mail id : “ help.mbaassignments@gmail.com ” or Call us at : 08263069601 (Prefer mailing. Call in emergency ) ASSIGNMENT PROGRAM BSc IT SEMESTER 1 SUBJECT CODE & NAME BT0066, Database Management Systems CREDIT 4 BK ID MAX.MARKS 60 Note: Answer all questions. Kindly note that answers for 10 marks questions should be approximately of 400 words. Each question is followed by evaluation scheme. Q. 1 Explain the concept of data independence and explain why it is required? Answer: - Data independence:- Data independence is the type of data transparency that matters for a centralized DBMS. It refers to the immunity of user applications to make changes in the definition and organization of data. Physical data independence deals with hiding the details of the storage structure from user applications. The application should not be involved with these issues, since there is no difference in the operation carried out against the data. The data
  • 2. Q.2 Why relational data model is important? Explain the terms relation and tuple. Answer:- Important of Relational data model:- The relational model for database management is a database model based on first-order predicate logic, first formulated and proposed in 1969 by Edgar F. Code. In the relational model of a database, all data is represented in terms of tuples, grouped into relations. A database organized in terms of the relational model is a relational database. Diagram of an example database according to the 3 Perform the following DML operations on the table: 1. Insert values for the table CUSTOMERS with fields – ID, name, age, address and salary and insert records in the table given below: +—-+———-+—–+———–+———-+ | ID | NAME | AGE | ADDRESS | SALARY | +—-+———-+—–+———–+———-+ | 1 | Ramesh | 32 | Ahmedabad | 2000.00 | | 2 | Khilan | 25 | Delhi | 1500.00 | | 3 | kaushik | 23 | Kota | 2000.00 | | 4 | Chaitali | 25 | Mumbai | 6500.00 | | 5 | Hardik | 27 | Bhopal | 8500.00 | | 6 | Komal | 22 | MP | 4500.00 | | 7 | Muffy | 24 | Indore | 10000.00 | Answer:- CREATE TABLE table name ( column_name1 data_type(size), column_name2 data_type(size), column_name3 data_type(size),
  • 3. .... );  The column name parameters specify the names of the columns of the table.  The data type parameter specifies 2. Based on the customer table given above update the salary to 20000 whose salary is less than that. Based on the customer table given above Fetch ID, Answer: - record:- A record, also called a row of data, is each individual entry that exists in a table. For example there are 7 records in the above CUSTOMERS table. Following is a single row of data or record in the CUSTOMERS table: 3. Name and Salary fields from the CUSTOMERS table for a customer with name Hardik. Answer:-OriginalTable:- CUSTOMERS table for a customer with name Hardik:- Q.4 Consider the Q.5What do you mean by anamoly in database system? Why it is required? Explain the types of anamolies in database system. Answer:- Anamoly in database system:- Database anomalies, are really just unmatched or missing information caused by limitations or flaws within a given database. Databases are designed to collect data and sort or present it in specific ways to the end user. Entering or deleting information be it an update or a new record can cause issues if the database is limited or has ‘bugs’. Modification anomalies or Update anomalies are data inconsistencies
  • 4. Q.6 Differentiate between Relational Database Management System And Object Oriented Database Management System. Answer:- RDBMS vs OODBMS An Object-Oriented Database Management System (OODBMS), sometimes referred as Object Database Management System (ODMS) is a Database Management System (DBMS) that supports modeling and creation of data as objects. OODBMS provides support for object classes, class property and method inheritance by sub classes and their objects. A Relational Database Management System (RDBMS) is also a DBMS but, that is based on the relational model. Most popular DBMSs currently in use are RDMSs. As mentioned earlier RDBMS is based on Dear students get fully solved assignments Send your semester & Specialization name to our mail id : “ help.mbaassignments@gmail.com ” or Call us at : 08263069601 (Prefer mailing. Call in emergency )