MCQ | Database Management System (DBMS) Database Management System (DBMS) 1 / 53In MS Access data are stored In . . …. Query Table All of the options are correct Form 2 / 53Tables in second normal form (2NF): Have all non key fields depend on the whole primary key Eliminate the possibility of a insertion anomalies Eliminate all hidden dependencies Have a composite key 3 / 53This key that uniquely identifies each record is called: Key Record Field Name Primary Key Unique Key 4 / 53Which SQL keyword is used to retrieve a maximum value? TOP UPPER MOST MAX 5 / 53Which is a bottom-up approach to database design that design by examining the relationship between attributes: Database modeling Decomposition Normalization Functional dependency 6 / 53Which of the following is not a database application? Oracle MS-Excel FoxPro MS-Access 7 / 53A distributed database is a collection of data which belong to the same system but are spread over the of the network. Database, DBMS None of the above Physically, sites Logically, sites 8 / 53The UPDATE SQL clause can______ update more than one row at a time delete only one row at a time update only one row at a time delete more than one row at a time 9 / 53Which of the following gives a logical structure of the database graphically? Architectural representation Entity diagram Entity-Relationship diagram Database diagram 10 / 53The entity relationship set is represented in E-R diagram as Diamond Undivided rectangles Double diamonds Dashed lines 11 / 53Which of the following refers to the level of data abstraction that describes exactly how the data actually stored? Logical Level Conceptual Level Physical Level File Level 12 / 53In the __________ normal form, a composite attribute is converted to individual attributes. Fourth Third Second First 13 / 53Storing a separate copy of the database at multiple locations is which of the following? Vertical Partitioning Horizontal Partitioning Vertical Partitioning Data Replication 14 / 53Which forms simplifies and ensures that there are minimal data aggregates and repetitive groups: 3NF 2NF All of the mentioned 1NF 15 / 53A field that is used to uniquely define particular record in a table is called: Constraints Relationship Primary Key Entity 16 / 53A table on the many side of a one to many or many to many relationship must: Be in Second Normal Form (2NF) Be in Third Normal Form (3NF) Have a single attribute key Have a composite key 17 / 53In a distributed Database reduction of redundancy is obtained by_____ Data Replication Data fragmentation Data Sharing None of the above 18 / 53Which of the following is a group of one or more attributes that uniquely identifies a row? Determinant Key Relation Tuple 19 / 53The server process that implements lock Manages functionality, is called Manager processes Database Writer Process Lock Manager Proceses Server Processes 20 / 53The extension of the database file in MS Access is DMB DBF DBM MDB 21 / 53Functional Dependencies are the types of constraints that are based on_____ None of the mentioned Key Superset key Key revisited 22 / 53Which is not a type of query? Select Search Update All the options are correct 23 / 53A........ key uniquely identifies a record. Composite Foreign Primary None 24 / 53The default data type in MS-Access if . . . Data/Time Text Number Memo 25 / 53A data dictionary is repository that manages _________ Spell Checker Metadata Memory Data validator 26 / 53CREATE TABLE employee (name VARCHAR, id INTEGER ) What type of statement is this? View Integrity constrain DDL DML 27 / 53Which of the following is generally used for performing tasks like creating the structure of the relations, deleting Relations? DML(Data Manipulation Language) Query DDL(Data Definition Language) Relational Schema 28 / 53Date/Time occupies . . . bytes of memory. 2 4 8 16 29 / 53A Detail Management System is a type of _______ software. It is a kind of application software Its a type of system software Bot A and C It is a kind of general software 30 / 53In the __________ normal form, a composite attribute is converted to individual attributes. Third Fourth Second First 31 / 53A relational database consists of a collection of Keys Tables Fields Tuples 32 / 53_____is not the data type of MS-Access. Form Memo Number Text 33 / 53The term attributes refers to a________ of a table. Column Record Key Tuple 34 / 53….. query changes the value in the main table both Select & Update Select Update None 35 / 53The columns in a database table are called. .. Memo field record report 36 / 53Which data type provides storage for variable length and arbitrary format data? Memo Hyperlink. Text OLE object 37 / 53A relationship is considered a: two-dimensional table three-dimensional table Column one-dimensional table 38 / 53The maximum size of the text field in MS. Access is . 50 255 6400 10 39 / 53The term "Data" refers to: All of above Raw Facts and figures Basic information The electronic representation of the information ( or data) 40 / 53The term "SQL" stands for Structured query language Standard query language Server-side query language : Sequential query language 41 / 53The report can be generated by using data from... Query Forms Table Both Table And Query 42 / 53In general, a file is basically a collection of all related_____ Database Rows & Columns Fields Records 43 / 53object of access is used to print formatted data. Table Report Query Form 44 / 53The data type appropriate to store salary is. . Currency Auto number Memo Text 45 / 53With SQL, how do you select all the records from a table named "Persons" where the value of the column “FirstName” ends with an “a” ? SELECT * FROM Persons WHERE FirstName='%a' SELECT * FROM Persons WHERE FirstName LIKE 'a%' SELECT * FROM Persons WHERE FirstName='a' SELECT * FROM Persons WHERE FirstName LIKE '%a' 46 / 53Which of the following is/are the main goals of a distributed database? Reduced communication overhead Interconnection of database All of the options are correct Incremental growth 47 / 53In the given query which of the keyword has to be inserted?INSERT INTO employee ___ (4,Alok,2000); Field Relation Values Table 48 / 53Which-one ofthe following statements about normal forms is FALSE? Loss less, dependency – preserving decomposition into BCNF is always possible BCNF is stricter than 3 NF Any relation with two attributes is BCNF Lossless, dependency –preserving decomposition into 3 NF is always possible 49 / 53The term ________ is used to refer to a row Field Attribute Tuple Instance 50 / 53An _______ is a set of entities of the same type that share the same properties, of attributes. Relation set Entity set Entity model Attribute set 51 / 53Which of the following is not a DDL command? None of the option ALTER TRUNCATE UPDATE 52 / 53The primary key does not accept . . . Number Null Value None of above Text 53 / 53Which of the following SQL statement is used to DELETE rows from a database table? . DELETE CLEAR DROP REMOVE Your score isThe average score is 73% 0% Restart quiz