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