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