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