0% found this document useful (0 votes)
7 views2 pages

Updated Question Bank

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

Updated Question Bank

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

questioncorrectAnswer ic1 ic2 ic3 ic4questionExplanation

What doesDatabase Data Base Data Bulk Data Buff None of thDBMS stands for Database Management System.
What is th SHOW DATDISPLAY D LIST DATABVIEW DATANone of thThe correct command to show all databases in MySQL is SHO
What is anA diagram tA diagram A flowchartA graphicaNone of thAn Entity-Relationship Diagram (ERD) is used to visually descr
Which of thRule of Tr InformatioGuaranteedSystematicComprehens Codd's 12 rules do not include a 'Rule of Transitive Dependen
Which SQLSELECT INSERT UPDATE DELETE CREATE The SELECT command is used to retrieve data from a databas
What is theNormalizatDenormalizIndexing Data WareClustering Normalization is the process of organizing data to minimize re
Which dataTEXT VARCHAR CHAR STRING BLOB The TEXT data type is used for large text fields in MySQL.
Which consNOT NULL UNIQUE PRIMARY KFOREIGN KDEFAULT The NOT NULL constraint ensures that a column cannot have
Which SQLCOUNT()
f SUM() AVERAGE()MAX() MIN() The COUNT() function is used to count the number of rows in
What is a JA clause t A command A function A constrainNone of thA JOIN is used to combine rows from two or more tables base
What is a A query neA command A function A clause toNone of thA subquery is a query nested inside another query.
What is theTo improveTo enforceTo store larTo ensure None of thAn index is used to improve the performance of data retrieva
What are AProperties Attributes Rules for dCommandsNone of thACID properties (Atomicity, Consistency, Isolation, Durability)
What is a A precompiA function A command A constrainNone of thA stored procedure is a precompiled collection of SQL statem
What is a cA databaseA command A function A constrainNone of thA cursor is a database object used to retrieve a row at a time
What is a tA procedureA command A function A constrainNone of thA trigger is a procedure that automatically executes in respon
What is NoA type of dA command A function A constrainNone of thNoSQL databases do not use SQL for data retrieval and are de
What is M A NoSQL daA relationaA graph daA key-valueNone of thMongoDB is a NoSQL database that uses JSON-like document
nagement System.
all databases in MySQL is SHOW DATABASES;.
(ERD) is used to visually describe the relationships between entities in a database.
a 'Rule of Transitive Dependency'.
o retrieve data from a database.
organizing data to minimize redundancy.
arge text fields in MySQL.
es that a column cannot have NULL values.
o count the number of rows in a table.
from two or more tables based on a related column.
side another query.
e performance of data retrieval queries.
nsistency, Isolation, Durability) ensure reliable transaction processing in databases.
piled collection of SQL statements stored in the database.
ed to retrieve a row at a time from a result set.
tomatically executes in response to certain events on a particular table or view.
QL for data retrieval and are designed for distributed data stores.
that uses JSON-like documents with optional schemas.

You might also like