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