SlideShare a Scribd company logo
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
DRIVE SPRING 2104
PROGRAM MBADS – (SEM 3/SEM 5) / MBAN2 / MBAFLEX – (SEM 3) /
PGDISMN – (SEM 1)
SUBJECT CODE & NAME MI0034- DATABASE MANAGEMENT SYSTEMS
SEMESTER 3
BK ID B1217
CREDITS 4
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 How is DBMS classified based on several criteria? Explain each one of them with few examples
where ever required
Ans : Several criteria are normally used to classify DBMSs. These are discussed below :
1. Based on data model
2. Based on the number of users
3. Based on the ways database is distributed
1. Based on data model:
Q.2 Differentiate between B+ tree and B- tree. Explain them with diagrams
Ans : B+ tree :
A B+ tree is a balanced tree in which every path from the root of the tree to a leaf is of the same
length, and each non leaf node of the tree has between [n/2] and [n] children, where n is fixed for a
particular tree. It contains index pages and data pages. The capacity of a leaf has to be 50% or more.
For example: if n = 4, then the key for each node is between 2 to 4. The index page will be 4 + 1 = 5.
B+-tree Structure. A B+-tree is a generalization of
Q.3 Employee
Emp Id Name Project Salary Dep. no.
MUL 1 Ramya PR 1 40000 1
MUL 2 Nupur PR 1 45000 2
SMU 1 Rajesh PR 3 20000 2
SMU 2 Vinay PR 2 50000 3
SMU 3 Anil PR 2 80000 2
Department :
Using these tables answer the following question
a. If we want to see all the employees with salary between 40000 and 50000, which query can be
used?
b. Select employee name from EMPLOYEE table, whose name starts with R
c. Explain aggregate functions and grouping in detail
Ans : A select query retrieves data from one or more of the tables in your database, or other queries
there, and displays the results in a datasheet. You can also use a select query to group data, and to
calculate sums, averages, counts, and other types of totals. Query languages are computer
languages used to make queries into databases and information systems.
Broadly, query languages can be classified according to whether they are database query languages
or information retrieval query languages. The
b. Query based in LIKE condition SELECT * from employee WHERE Name LIKE ‘r%’;
SELECT NAME
FROM EMPLOYEE
c. Explaining aggregate functions on select statement, with an example
Aggregate functions are used to compute against a "returned column of numeric data" from your
SELECT statement. They basically summarize the results of a particular column of selected data. We
are covering these here since they are
Q.4 What are the problems and failures that may encounter with respect to the transactions in a
database management system? Give examples.
Dept id D name Place
1 MIS Bangalore
2 HRM Bangalore
3 Finance Chennai
4 Research Bangalore
Ans : A transaction is a logical unit of work, which involves may database operations. A transaction
is a collection of operations that forms a single logical unit of work. A transaction is a unit of program
executions that accesses and possibly updates various databases. Example: Banking system, Student
database performs transactions.
Problems with code :
Q.5 Consider any database of your choice (may be simple banking database/forecasting
database/project management database). Show the deduction of the tables in your database to
the different types of normal forms
Ans : Choosing a proper database :
The databases chosen is simple forecasting database.
Q.6 Read the following case study thoroughly and answer the following questions:
Laxmi bank is one of the largest private sector banks of India. It has an extensive network of more
than 200 branches. It offers banking services to retail as well as corporate clients. The bank faced a
challenge in integrating multi-pronged database management system into a centralized system.
The IT department of the bank also realized that the computing capabilities of its PCs and servers
were not proportionately distributed among all its branches. Each branch had its database
management system stored in a traditional way on the disk. The total cost of operating and
maintaining the current IT infrastructure was very high and the fundamental shortcomings added
to the costs. Moreover, there were also recurrent problems due to the malfunctioning of the
currently operational database management system. Therefore, the bank’s top management
decided to fix the problem and operationalise a robust database management system. The bank
hired an external database technology consulting firm called AKPY Info systems Limited. AKPY
divided the entire IT infrastructure of the bank around two verticals. The retail banking vertical
and the corporate banking vertical. All the individual database servers from the individual
branches were removed. The entire database system was made virtual such that the managers
and the staff can access only the required information (related to retail banking or corporate
banking) from the respective centralised data centers. There were only two such centralised data
centers (one for retail banking and another for corporate banking) that were managed centrally.
Staff and managers could access the information through their PCs and laptops. Centralised
database management system complemented the security system by bringing in authentication
through a unified ID management server. Managers and officers of the bank were able to process
half a million transactions per month in real time after the new implementation. There were
significant savings in the cost and also in the consumption of power. Now there were no problems
with regard to imbalances in the load across various network servers. Due to centralised data
management, top management could keep an eye on the functioning of various branches. Hence
the cases of fraud and cheating reduced considerably. The bank managers could also process the
loan applications in reduced time since the customer’s previous records could be accessed at the
click of the button and approval from the higher authorities could be obtained in real time.
Moreover the new system also brought in many applications that helped local managers in the
decision making process.
a. List the uses of centralized data management
b. What steps Laxmi bank need to take if it were to change its centralised database system to a
distributed database system in future?
Ans : a. uses of centralized data management :
From the above case study it is concluded that centralized data management has following
advantages which has made it more useful than the older system :
1. Centralised database management system complements the security system by bringing in
authentication through a unified ID management server
Ans. b. Collections of data (e.g. in a database) can be distributed across multiple physical locations.
A distributed database can reside on network servers on the Internet, on corporate intranets or
extranets, or on other company networks. The replication and distribution of databases improves
database performance at end-user worksites If Laxmi bank need to change its centralised database
system to a distributed database system in future then following steps or techniques wil be used :
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

Lecture 1&2(rdbms-ii)
Lecture 1&2(rdbms-ii)Lecture 1&2(rdbms-ii)
Lecture 1&2(rdbms-ii)
Ravinder Kamboj
 
Project report
Project reportProject report
Project report
VISHAL VERMA
 
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]
Usman Tariq
 
Dbms
DbmsDbms
Dbms
saurav-IT
 
Mi0034 database management system
Mi0034   database management systemMi0034   database management system
Mi0034 database management system
smumbahelp
 
Clifford sugerman
Clifford sugermanClifford sugerman
Clifford sugerman
Michael Snowhite
 
Database Systems
Database SystemsDatabase Systems
Database Systems
Usman Tariq
 
Database Systems
Database SystemsDatabase Systems
Database Systems
Usman Tariq
 
Dbms Notes Lecture 3 : Types of database users
Dbms Notes Lecture 3 : Types of database usersDbms Notes Lecture 3 : Types of database users
Dbms Notes Lecture 3 : Types of database users
BIT Durg
 
Bsc cs ii-dbms- u-ii-database system concepts and architecture
Bsc cs ii-dbms- u-ii-database system concepts and architectureBsc cs ii-dbms- u-ii-database system concepts and architecture
Bsc cs ii-dbms- u-ii-database system concepts and architecture
Rai University
 
Dbms Notes Lecture 1 : Drawbacks of File processing system
Dbms Notes Lecture 1 : Drawbacks of File processing systemDbms Notes Lecture 1 : Drawbacks of File processing system
Dbms Notes Lecture 1 : Drawbacks of File processing system
BIT Durg
 
Database System Architecture
Database System ArchitectureDatabase System Architecture
Database System Architecture
Vignesh Saravanan
 
DBMS Architectures and Features - Lecture 7 - Introduction to Databases (1007...
DBMS Architectures and Features - Lecture 7 - Introduction to Databases (1007...DBMS Architectures and Features - Lecture 7 - Introduction to Databases (1007...
DBMS Architectures and Features - Lecture 7 - Introduction to Databases (1007...
Beat Signer
 
Db lecture 2
Db lecture 2Db lecture 2
Ansi spark
Ansi sparkAnsi spark
Ansi sparkjani
 
PRESS MANAGEMENT Documentation
PRESS MANAGEMENT DocumentationPRESS MANAGEMENT Documentation
PRESS MANAGEMENT Documentationanuj_rakheja
 
Dbms architecture
Dbms architectureDbms architecture
Dbms architecture
raima sen
 

What's hot (19)

Lecture 1&2(rdbms-ii)
Lecture 1&2(rdbms-ii)Lecture 1&2(rdbms-ii)
Lecture 1&2(rdbms-ii)
 
Project report
Project reportProject report
Project report
 
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]
 
Dbms
DbmsDbms
Dbms
 
ch1
ch1ch1
ch1
 
Mi0034 database management system
Mi0034   database management systemMi0034   database management system
Mi0034 database management system
 
Clifford sugerman
Clifford sugermanClifford sugerman
Clifford sugerman
 
Assign 1
Assign 1Assign 1
Assign 1
 
Database Systems
Database SystemsDatabase Systems
Database Systems
 
Database Systems
Database SystemsDatabase Systems
Database Systems
 
Dbms Notes Lecture 3 : Types of database users
Dbms Notes Lecture 3 : Types of database usersDbms Notes Lecture 3 : Types of database users
Dbms Notes Lecture 3 : Types of database users
 
Bsc cs ii-dbms- u-ii-database system concepts and architecture
Bsc cs ii-dbms- u-ii-database system concepts and architectureBsc cs ii-dbms- u-ii-database system concepts and architecture
Bsc cs ii-dbms- u-ii-database system concepts and architecture
 
Dbms Notes Lecture 1 : Drawbacks of File processing system
Dbms Notes Lecture 1 : Drawbacks of File processing systemDbms Notes Lecture 1 : Drawbacks of File processing system
Dbms Notes Lecture 1 : Drawbacks of File processing system
 
Database System Architecture
Database System ArchitectureDatabase System Architecture
Database System Architecture
 
DBMS Architectures and Features - Lecture 7 - Introduction to Databases (1007...
DBMS Architectures and Features - Lecture 7 - Introduction to Databases (1007...DBMS Architectures and Features - Lecture 7 - Introduction to Databases (1007...
DBMS Architectures and Features - Lecture 7 - Introduction to Databases (1007...
 
Db lecture 2
Db lecture 2Db lecture 2
Db lecture 2
 
Ansi spark
Ansi sparkAnsi spark
Ansi spark
 
PRESS MANAGEMENT Documentation
PRESS MANAGEMENT DocumentationPRESS MANAGEMENT Documentation
PRESS MANAGEMENT Documentation
 
Dbms architecture
Dbms architectureDbms architecture
Dbms architecture
 

Viewers also liked

Learning Journeys
Learning JourneysLearning Journeys
Learning Journeysstbartswest
 
Jaś i magiczna fasola
Jaś i magiczna fasolaJaś i magiczna fasola
Jaś i magiczna fasola
SP ...
 
EMS Griltex hotmelts for composites
EMS Griltex hotmelts for compositesEMS Griltex hotmelts for composites
EMS Griltex hotmelts for composites
Fibrecore
 
Pedagogia da terra significados da formação para educadores e educadoras do...
Pedagogia da terra   significados da formação para educadores e educadoras do...Pedagogia da terra   significados da formação para educadores e educadoras do...
Pedagogia da terra significados da formação para educadores e educadoras do...siepex
 
Contemporary Traditional Maori Culture, Part 1''Who are the Maori
Contemporary Traditional Maori Culture, Part 1''Who are the MaoriContemporary Traditional Maori Culture, Part 1''Who are the Maori
Contemporary Traditional Maori Culture, Part 1''Who are the Maoricollinbranch
 
Automotive Industry
Automotive IndustryAutomotive Industry
Automotive Industry
Ambika Sharma
 
LSI global communication maturity model reactive
LSI global communication maturity model reactiveLSI global communication maturity model reactive
LSI global communication maturity model reactiveLanguage Solutions Inc.
 
AAEE2014
AAEE2014AAEE2014
Jardim Uruçanga Freguesia Hype Apartaments
Jardim Uruçanga Freguesia Hype ApartamentsJardim Uruçanga Freguesia Hype Apartaments
Jardim Uruçanga Freguesia Hype Apartaments
FMAC Engenharia
 
Kasaysayan hsieh
Kasaysayan hsiehKasaysayan hsieh
Kasaysayan hsiehladucla
 
Bba103
Bba103Bba103
8 facts about home open stratergy
8 facts about home open stratergy8 facts about home open stratergy
8 facts about home open stratergy
Carbon Neutral
 
North Shore marquee hire :: Sydney NSW
North Shore marquee hire :: Sydney NSWNorth Shore marquee hire :: Sydney NSW
North Shore marquee hire :: Sydney NSW
Event Marquees
 
The Marcellus Shale: Environmental Issues for Landowners
The Marcellus Shale: Environmental Issues for LandownersThe Marcellus Shale: Environmental Issues for Landowners
The Marcellus Shale: Environmental Issues for Landowners
Dan Arthur
 

Viewers also liked (20)

Learning Journeys
Learning JourneysLearning Journeys
Learning Journeys
 
Jaś i magiczna fasola
Jaś i magiczna fasolaJaś i magiczna fasola
Jaś i magiczna fasola
 
EMS Griltex hotmelts for composites
EMS Griltex hotmelts for compositesEMS Griltex hotmelts for composites
EMS Griltex hotmelts for composites
 
Pedagogia da terra significados da formação para educadores e educadoras do...
Pedagogia da terra   significados da formação para educadores e educadoras do...Pedagogia da terra   significados da formação para educadores e educadoras do...
Pedagogia da terra significados da formação para educadores e educadoras do...
 
Early recount
Early recountEarly recount
Early recount
 
Contemporary Traditional Maori Culture, Part 1''Who are the Maori
Contemporary Traditional Maori Culture, Part 1''Who are the MaoriContemporary Traditional Maori Culture, Part 1''Who are the Maori
Contemporary Traditional Maori Culture, Part 1''Who are the Maori
 
Automotive Industry
Automotive IndustryAutomotive Industry
Automotive Industry
 
Sumatoria 2
Sumatoria 2Sumatoria 2
Sumatoria 2
 
LSI global communication maturity model reactive
LSI global communication maturity model reactiveLSI global communication maturity model reactive
LSI global communication maturity model reactive
 
AAEE2014
AAEE2014AAEE2014
AAEE2014
 
Jardim Uruçanga Freguesia Hype Apartaments
Jardim Uruçanga Freguesia Hype ApartamentsJardim Uruçanga Freguesia Hype Apartaments
Jardim Uruçanga Freguesia Hype Apartaments
 
Kasaysayan hsieh
Kasaysayan hsiehKasaysayan hsieh
Kasaysayan hsieh
 
Jordan
JordanJordan
Jordan
 
Bba103
Bba103Bba103
Bba103
 
8 facts about home open stratergy
8 facts about home open stratergy8 facts about home open stratergy
8 facts about home open stratergy
 
North Shore marquee hire :: Sydney NSW
North Shore marquee hire :: Sydney NSWNorth Shore marquee hire :: Sydney NSW
North Shore marquee hire :: Sydney NSW
 
Dogon
DogonDogon
Dogon
 
The Marcellus Shale: Environmental Issues for Landowners
The Marcellus Shale: Environmental Issues for LandownersThe Marcellus Shale: Environmental Issues for Landowners
The Marcellus Shale: Environmental Issues for Landowners
 
Film Review
Film ReviewFilm Review
Film Review
 
Torneo hanball
Torneo hanballTorneo hanball
Torneo hanball
 

Similar to Mi0034 database management systems

Mi0034
Mi0034Mi0034
Mi0034 summer 2014
Mi0034 summer 2014Mi0034 summer 2014
Mi0034 summer 2014
Rajesh Kumar Singh
 
SEM 3 MIS SUMMER 2014 ASSIGNMENTS
SEM 3 MIS SUMMER 2014 ASSIGNMENTSSEM 3 MIS SUMMER 2014 ASSIGNMENTS
SEM 3 MIS SUMMER 2014 ASSIGNMENTS
solved_assignments
 
Is 4 th
Is 4 thIs 4 th
Is 4 th
smumbahelp
 
data base management report
data base management report data base management report
data base management report
shivam tripathi
 
Mi0034 – database management system
Mi0034 – database management systemMi0034 – database management system
Mi0034 – database management system
smumbahelp
 
Bba205 management information system
Bba205  management information systemBba205  management information system
Bba205 management information systemsmumbahelp
 
Bba205 – management information system
Bba205 – management information systemBba205 – management information system
Bba205 – management information system
smumbahelp
 
Mi0034 – database management system
Mi0034 – database management systemMi0034 – database management system
Mi0034 – database management system
smumbahelp
 
Business Intelligence
Business IntelligenceBusiness Intelligence
Business Intelligence
Ting Yin
 
Mi0036 business intelligence & tools...
Mi0036  business intelligence & tools...Mi0036  business intelligence & tools...
Mi0036 business intelligence & tools...
smumbahelp
 
Mi0036 business intelligence & tools...
Mi0036  business intelligence & tools...Mi0036  business intelligence & tools...
Mi0036 business intelligence & tools...smumbahelp
 
Mi0036 business intelligence & tools...
Mi0036  business intelligence & tools...Mi0036  business intelligence & tools...
Mi0036 business intelligence & tools...smumbahelp
 
Ems
EmsEms
IPM Individual Assignment.docx
IPM Individual Assignment.docxIPM Individual Assignment.docx
IPM Individual Assignment.docx
Mikealay Desta
 
Mi0036 business intelligence tools
Mi0036  business intelligence toolsMi0036  business intelligence tools
Mi0036 business intelligence toolssmumbahelp
 
Journal of Physics Conference SeriesPAPER • OPEN ACCESS.docx
Journal of Physics Conference SeriesPAPER • OPEN ACCESS.docxJournal of Physics Conference SeriesPAPER • OPEN ACCESS.docx
Journal of Physics Conference SeriesPAPER • OPEN ACCESS.docx
LaticiaGrissomzz
 
Dbms
DbmsDbms

Similar to Mi0034 database management systems (20)

Mi0034
Mi0034Mi0034
Mi0034
 
Mi0034 summer 2014
Mi0034 summer 2014Mi0034 summer 2014
Mi0034 summer 2014
 
SEM 3 MIS SUMMER 2014 ASSIGNMENTS
SEM 3 MIS SUMMER 2014 ASSIGNMENTSSEM 3 MIS SUMMER 2014 ASSIGNMENTS
SEM 3 MIS SUMMER 2014 ASSIGNMENTS
 
Is 4 th
Is 4 thIs 4 th
Is 4 th
 
data base management report
data base management report data base management report
data base management report
 
Mi0034 – database management system
Mi0034 – database management systemMi0034 – database management system
Mi0034 – database management system
 
Bba205 management information system
Bba205  management information systemBba205  management information system
Bba205 management information system
 
Bba205 – management information system
Bba205 – management information systemBba205 – management information system
Bba205 – management information system
 
Mi0034 – database management system
Mi0034 – database management systemMi0034 – database management system
Mi0034 – database management system
 
Business Intelligence
Business IntelligenceBusiness Intelligence
Business Intelligence
 
Mi0036 business intelligence & tools...
Mi0036  business intelligence & tools...Mi0036  business intelligence & tools...
Mi0036 business intelligence & tools...
 
Mi0036 business intelligence & tools...
Mi0036  business intelligence & tools...Mi0036  business intelligence & tools...
Mi0036 business intelligence & tools...
 
DBMS NOTES.pdf
DBMS  NOTES.pdfDBMS  NOTES.pdf
DBMS NOTES.pdf
 
Mi0036 business intelligence & tools...
Mi0036  business intelligence & tools...Mi0036  business intelligence & tools...
Mi0036 business intelligence & tools...
 
Fulltext01
Fulltext01Fulltext01
Fulltext01
 
Ems
EmsEms
Ems
 
IPM Individual Assignment.docx
IPM Individual Assignment.docxIPM Individual Assignment.docx
IPM Individual Assignment.docx
 
Mi0036 business intelligence tools
Mi0036  business intelligence toolsMi0036  business intelligence tools
Mi0036 business intelligence tools
 
Journal of Physics Conference SeriesPAPER • OPEN ACCESS.docx
Journal of Physics Conference SeriesPAPER • OPEN ACCESS.docxJournal of Physics Conference SeriesPAPER • OPEN ACCESS.docx
Journal of Physics Conference SeriesPAPER • OPEN ACCESS.docx
 
Dbms
DbmsDbms
Dbms
 

Recently uploaded

What website can I sell pi coins securely.
What website can I sell pi coins securely.What website can I sell pi coins securely.
What website can I sell pi coins securely.
DOT TECH
 
where can I find a legit pi merchant online
where can I find a legit pi merchant onlinewhere can I find a legit pi merchant online
where can I find a legit pi merchant online
DOT TECH
 
managementaccountingunitiv-230422140105-dd17d80b.ppt
managementaccountingunitiv-230422140105-dd17d80b.pptmanagementaccountingunitiv-230422140105-dd17d80b.ppt
managementaccountingunitiv-230422140105-dd17d80b.ppt
SuseelaPalanimuthu
 
how to sell pi coins in South Korea profitably.
how to sell pi coins in South Korea profitably.how to sell pi coins in South Korea profitably.
how to sell pi coins in South Korea profitably.
DOT TECH
 
GeM ppt in railway for presentation on gem
GeM ppt in railway  for presentation on gemGeM ppt in railway  for presentation on gem
GeM ppt in railway for presentation on gem
CwierAsn
 
Poonawalla Fincorp and IndusInd Bank Introduce New Co-Branded Credit Card
Poonawalla Fincorp and IndusInd Bank Introduce New Co-Branded Credit CardPoonawalla Fincorp and IndusInd Bank Introduce New Co-Branded Credit Card
Poonawalla Fincorp and IndusInd Bank Introduce New Co-Branded Credit Card
nickysharmasucks
 
Turin Startup Ecosystem 2024 - Ricerca sulle Startup e il Sistema dell'Innov...
Turin Startup Ecosystem 2024  - Ricerca sulle Startup e il Sistema dell'Innov...Turin Startup Ecosystem 2024  - Ricerca sulle Startup e il Sistema dell'Innov...
Turin Startup Ecosystem 2024 - Ricerca sulle Startup e il Sistema dell'Innov...
Quotidiano Piemontese
 
Scope Of Macroeconomics introduction and basic theories
Scope Of Macroeconomics introduction and basic theoriesScope Of Macroeconomics introduction and basic theories
Scope Of Macroeconomics introduction and basic theories
nomankalyar153
 
how to sell pi coins on Binance exchange
how to sell pi coins on Binance exchangehow to sell pi coins on Binance exchange
how to sell pi coins on Binance exchange
DOT TECH
 
Webinar Exploring DORA for Fintechs - Simont Braun
Webinar Exploring DORA for Fintechs - Simont BraunWebinar Exploring DORA for Fintechs - Simont Braun
Webinar Exploring DORA for Fintechs - Simont Braun
FinTech Belgium
 
The new type of smart, sustainable entrepreneurship and the next day | Europe...
The new type of smart, sustainable entrepreneurship and the next day | Europe...The new type of smart, sustainable entrepreneurship and the next day | Europe...
The new type of smart, sustainable entrepreneurship and the next day | Europe...
Antonis Zairis
 
Intro_Economics_ GPresentation Week 4.pptx
Intro_Economics_ GPresentation Week 4.pptxIntro_Economics_ GPresentation Week 4.pptx
Intro_Economics_ GPresentation Week 4.pptx
shetivia
 
Introduction to Value Added Tax System.ppt
Introduction to Value Added Tax System.pptIntroduction to Value Added Tax System.ppt
Introduction to Value Added Tax System.ppt
VishnuVenugopal84
 
一比一原版BCU毕业证伯明翰城市大学毕业证成绩单如何办理
一比一原版BCU毕业证伯明翰城市大学毕业证成绩单如何办理一比一原版BCU毕业证伯明翰城市大学毕业证成绩单如何办理
一比一原版BCU毕业证伯明翰城市大学毕业证成绩单如何办理
ydubwyt
 
what is the future of Pi Network currency.
what is the future of Pi Network currency.what is the future of Pi Network currency.
what is the future of Pi Network currency.
DOT TECH
 
What price will pi network be listed on exchanges
What price will pi network be listed on exchangesWhat price will pi network be listed on exchanges
What price will pi network be listed on exchanges
DOT TECH
 
how can I sell/buy bulk pi coins securely
how can I sell/buy bulk pi coins securelyhow can I sell/buy bulk pi coins securely
how can I sell/buy bulk pi coins securely
DOT TECH
 
how can i use my minded pi coins I need some funds.
how can i use my minded pi coins I need some funds.how can i use my minded pi coins I need some funds.
how can i use my minded pi coins I need some funds.
DOT TECH
 
Summary of financial results for 1Q2024
Summary of financial  results for 1Q2024Summary of financial  results for 1Q2024
Summary of financial results for 1Q2024
InterCars
 
Exploring Abhay Bhutada’s Views After Poonawalla Fincorp’s Collaboration With...
Exploring Abhay Bhutada’s Views After Poonawalla Fincorp’s Collaboration With...Exploring Abhay Bhutada’s Views After Poonawalla Fincorp’s Collaboration With...
Exploring Abhay Bhutada’s Views After Poonawalla Fincorp’s Collaboration With...
beulahfernandes8
 

Recently uploaded (20)

What website can I sell pi coins securely.
What website can I sell pi coins securely.What website can I sell pi coins securely.
What website can I sell pi coins securely.
 
where can I find a legit pi merchant online
where can I find a legit pi merchant onlinewhere can I find a legit pi merchant online
where can I find a legit pi merchant online
 
managementaccountingunitiv-230422140105-dd17d80b.ppt
managementaccountingunitiv-230422140105-dd17d80b.pptmanagementaccountingunitiv-230422140105-dd17d80b.ppt
managementaccountingunitiv-230422140105-dd17d80b.ppt
 
how to sell pi coins in South Korea profitably.
how to sell pi coins in South Korea profitably.how to sell pi coins in South Korea profitably.
how to sell pi coins in South Korea profitably.
 
GeM ppt in railway for presentation on gem
GeM ppt in railway  for presentation on gemGeM ppt in railway  for presentation on gem
GeM ppt in railway for presentation on gem
 
Poonawalla Fincorp and IndusInd Bank Introduce New Co-Branded Credit Card
Poonawalla Fincorp and IndusInd Bank Introduce New Co-Branded Credit CardPoonawalla Fincorp and IndusInd Bank Introduce New Co-Branded Credit Card
Poonawalla Fincorp and IndusInd Bank Introduce New Co-Branded Credit Card
 
Turin Startup Ecosystem 2024 - Ricerca sulle Startup e il Sistema dell'Innov...
Turin Startup Ecosystem 2024  - Ricerca sulle Startup e il Sistema dell'Innov...Turin Startup Ecosystem 2024  - Ricerca sulle Startup e il Sistema dell'Innov...
Turin Startup Ecosystem 2024 - Ricerca sulle Startup e il Sistema dell'Innov...
 
Scope Of Macroeconomics introduction and basic theories
Scope Of Macroeconomics introduction and basic theoriesScope Of Macroeconomics introduction and basic theories
Scope Of Macroeconomics introduction and basic theories
 
how to sell pi coins on Binance exchange
how to sell pi coins on Binance exchangehow to sell pi coins on Binance exchange
how to sell pi coins on Binance exchange
 
Webinar Exploring DORA for Fintechs - Simont Braun
Webinar Exploring DORA for Fintechs - Simont BraunWebinar Exploring DORA for Fintechs - Simont Braun
Webinar Exploring DORA for Fintechs - Simont Braun
 
The new type of smart, sustainable entrepreneurship and the next day | Europe...
The new type of smart, sustainable entrepreneurship and the next day | Europe...The new type of smart, sustainable entrepreneurship and the next day | Europe...
The new type of smart, sustainable entrepreneurship and the next day | Europe...
 
Intro_Economics_ GPresentation Week 4.pptx
Intro_Economics_ GPresentation Week 4.pptxIntro_Economics_ GPresentation Week 4.pptx
Intro_Economics_ GPresentation Week 4.pptx
 
Introduction to Value Added Tax System.ppt
Introduction to Value Added Tax System.pptIntroduction to Value Added Tax System.ppt
Introduction to Value Added Tax System.ppt
 
一比一原版BCU毕业证伯明翰城市大学毕业证成绩单如何办理
一比一原版BCU毕业证伯明翰城市大学毕业证成绩单如何办理一比一原版BCU毕业证伯明翰城市大学毕业证成绩单如何办理
一比一原版BCU毕业证伯明翰城市大学毕业证成绩单如何办理
 
what is the future of Pi Network currency.
what is the future of Pi Network currency.what is the future of Pi Network currency.
what is the future of Pi Network currency.
 
What price will pi network be listed on exchanges
What price will pi network be listed on exchangesWhat price will pi network be listed on exchanges
What price will pi network be listed on exchanges
 
how can I sell/buy bulk pi coins securely
how can I sell/buy bulk pi coins securelyhow can I sell/buy bulk pi coins securely
how can I sell/buy bulk pi coins securely
 
how can i use my minded pi coins I need some funds.
how can i use my minded pi coins I need some funds.how can i use my minded pi coins I need some funds.
how can i use my minded pi coins I need some funds.
 
Summary of financial results for 1Q2024
Summary of financial  results for 1Q2024Summary of financial  results for 1Q2024
Summary of financial results for 1Q2024
 
Exploring Abhay Bhutada’s Views After Poonawalla Fincorp’s Collaboration With...
Exploring Abhay Bhutada’s Views After Poonawalla Fincorp’s Collaboration With...Exploring Abhay Bhutada’s Views After Poonawalla Fincorp’s Collaboration With...
Exploring Abhay Bhutada’s Views After Poonawalla Fincorp’s Collaboration With...
 

Mi0034 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 DRIVE SPRING 2104 PROGRAM MBADS – (SEM 3/SEM 5) / MBAN2 / MBAFLEX – (SEM 3) / PGDISMN – (SEM 1) SUBJECT CODE & NAME MI0034- DATABASE MANAGEMENT SYSTEMS SEMESTER 3 BK ID B1217 CREDITS 4 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 How is DBMS classified based on several criteria? Explain each one of them with few examples where ever required Ans : Several criteria are normally used to classify DBMSs. These are discussed below : 1. Based on data model 2. Based on the number of users 3. Based on the ways database is distributed 1. Based on data model: Q.2 Differentiate between B+ tree and B- tree. Explain them with diagrams Ans : B+ tree : A B+ tree is a balanced tree in which every path from the root of the tree to a leaf is of the same length, and each non leaf node of the tree has between [n/2] and [n] children, where n is fixed for a particular tree. It contains index pages and data pages. The capacity of a leaf has to be 50% or more. For example: if n = 4, then the key for each node is between 2 to 4. The index page will be 4 + 1 = 5. B+-tree Structure. A B+-tree is a generalization of
  • 2. Q.3 Employee Emp Id Name Project Salary Dep. no. MUL 1 Ramya PR 1 40000 1 MUL 2 Nupur PR 1 45000 2 SMU 1 Rajesh PR 3 20000 2 SMU 2 Vinay PR 2 50000 3 SMU 3 Anil PR 2 80000 2 Department : Using these tables answer the following question a. If we want to see all the employees with salary between 40000 and 50000, which query can be used? b. Select employee name from EMPLOYEE table, whose name starts with R c. Explain aggregate functions and grouping in detail Ans : A select query retrieves data from one or more of the tables in your database, or other queries there, and displays the results in a datasheet. You can also use a select query to group data, and to calculate sums, averages, counts, and other types of totals. Query languages are computer languages used to make queries into databases and information systems. Broadly, query languages can be classified according to whether they are database query languages or information retrieval query languages. The b. Query based in LIKE condition SELECT * from employee WHERE Name LIKE ‘r%’; SELECT NAME FROM EMPLOYEE c. Explaining aggregate functions on select statement, with an example Aggregate functions are used to compute against a "returned column of numeric data" from your SELECT statement. They basically summarize the results of a particular column of selected data. We are covering these here since they are Q.4 What are the problems and failures that may encounter with respect to the transactions in a database management system? Give examples. Dept id D name Place 1 MIS Bangalore 2 HRM Bangalore 3 Finance Chennai 4 Research Bangalore
  • 3. Ans : A transaction is a logical unit of work, which involves may database operations. A transaction is a collection of operations that forms a single logical unit of work. A transaction is a unit of program executions that accesses and possibly updates various databases. Example: Banking system, Student database performs transactions. Problems with code : Q.5 Consider any database of your choice (may be simple banking database/forecasting database/project management database). Show the deduction of the tables in your database to the different types of normal forms Ans : Choosing a proper database : The databases chosen is simple forecasting database. Q.6 Read the following case study thoroughly and answer the following questions: Laxmi bank is one of the largest private sector banks of India. It has an extensive network of more than 200 branches. It offers banking services to retail as well as corporate clients. The bank faced a challenge in integrating multi-pronged database management system into a centralized system. The IT department of the bank also realized that the computing capabilities of its PCs and servers were not proportionately distributed among all its branches. Each branch had its database management system stored in a traditional way on the disk. The total cost of operating and maintaining the current IT infrastructure was very high and the fundamental shortcomings added to the costs. Moreover, there were also recurrent problems due to the malfunctioning of the currently operational database management system. Therefore, the bank’s top management decided to fix the problem and operationalise a robust database management system. The bank hired an external database technology consulting firm called AKPY Info systems Limited. AKPY divided the entire IT infrastructure of the bank around two verticals. The retail banking vertical and the corporate banking vertical. All the individual database servers from the individual branches were removed. The entire database system was made virtual such that the managers and the staff can access only the required information (related to retail banking or corporate banking) from the respective centralised data centers. There were only two such centralised data centers (one for retail banking and another for corporate banking) that were managed centrally. Staff and managers could access the information through their PCs and laptops. Centralised database management system complemented the security system by bringing in authentication through a unified ID management server. Managers and officers of the bank were able to process half a million transactions per month in real time after the new implementation. There were significant savings in the cost and also in the consumption of power. Now there were no problems with regard to imbalances in the load across various network servers. Due to centralised data management, top management could keep an eye on the functioning of various branches. Hence the cases of fraud and cheating reduced considerably. The bank managers could also process the loan applications in reduced time since the customer’s previous records could be accessed at the click of the button and approval from the higher authorities could be obtained in real time. Moreover the new system also brought in many applications that helped local managers in the decision making process. a. List the uses of centralized data management
  • 4. b. What steps Laxmi bank need to take if it were to change its centralised database system to a distributed database system in future? Ans : a. uses of centralized data management : From the above case study it is concluded that centralized data management has following advantages which has made it more useful than the older system : 1. Centralised database management system complements the security system by bringing in authentication through a unified ID management server Ans. b. Collections of data (e.g. in a database) can be distributed across multiple physical locations. A distributed database can reside on network servers on the Internet, on corporate intranets or extranets, or on other company networks. The replication and distribution of databases improves database performance at end-user worksites If Laxmi bank need to change its centralised database system to a distributed database system in future then following steps or techniques wil be used : 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 )