πŸ“Š Advance Database Management System (ADBMS)
Q. External database is ?
  • (A) Database created in EXCEL
  • (B) Database created using DBMS package
  • (C) Database created in MS-Word
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (B) Database created using DBMS package

Explanation: An external database refers to a database that is created using a DBMS (Database Management System) package. Therefore, the correct option is (b) Database created using DBMS package.

πŸ“Š Advance Database Management System (ADBMS)
Q. The ability to find an individual item in a file immediately ?
  • (A) sequential access
  • (B) file allocation table
  • (C) direct access
  • (D) directory
πŸ’¬ Discuss
βœ… Correct Answer: (C) direct access

Explanation: The ability to find an individual item in a file immediately is called direct access. Therefore, the correct option is (c) direct access.

πŸ“Š Advance Database Management System (ADBMS)
Q. __________ represents raw facts, whereas __________ is data made meaningful ?
  • (A) Information, reporting
  • (B) Data, information
  • (C) Information, bits
  • (D) Records, bytes
πŸ’¬ Discuss
βœ… Correct Answer: (B) Data, information

Explanation: Data represents raw facts, whereas information is data made meaningful

πŸ“Š Advance Database Management System (ADBMS)
Q. A collection of interrelated records is called a ?
  • (A) management information system
  • (B) spreadsheet
  • (C) database
  • (D) text file
πŸ’¬ Discuss
βœ… Correct Answer: (C) database

Explanation: The correct answer is (c) database. A collection of interrelated records is called a database. In database management systems, data is organized into one or more tables, with each table containing a collection of related records or data entities. The purpose of a database is to provide a structured and organized way to store, manage, and retrieve data, allowing users to easily access and manipulate the data for a variety of purposes.

πŸ“Š Advance Database Management System (ADBMS)
Q. A tuple is a ?
  • (A) column of a table
  • (B) two-dimensional table
  • (C) row of a table
  • (D) key of a table
πŸ’¬ Discuss
βœ… Correct Answer: (C) row of a table

Explanation: The correct answer is (c) row of a table. In database management systems, a tuple is a row of a table that represents a single record or instance of an entity. Each tuple contains a set of attributes, which are the columns or fields of the table that describe the characteristics of the entity being represented.

πŸ“Š Advance Database Management System (ADBMS)
Q. Periodically adding, changing and deleting file records is called file ?
  • (A) updating
  • (B) upgrading
  • (C) restructiring
  • (D) renewing
πŸ’¬ Discuss
βœ… Correct Answer: (A) updating

Explanation: Periodically adding, changing and deleting file records is called file updating.

πŸ“Š Advance Database Management System (ADBMS)
Q. Dr. E.F. Codd represented ______ rules that a database must obey if it has to be considered truly relational ?
  • (A) 10
  • (B) 8
  • (C) 12
  • (D) 6
πŸ’¬ Discuss
βœ… Correct Answer: (C) 12

Explanation: Dr. E.F. Codd represented 12 rules that a database must obey if it has to be considered truly relational. Therefore, the correct option is (c) 12.

πŸ“Š Advance Database Management System (ADBMS)
Q. Unlike filters queries can be saved as in a database ?
  • (A) objects
  • (B) filters
  • (C) database
  • (D) Any of the above
πŸ’¬ Discuss
βœ… Correct Answer: (A) objects

Explanation: Queries can be saved in a database, unlike filters that are used to temporarily sort, filter or modify data. Therefore, the correct option is (a) objects.

πŸ“Š Advance Database Management System (ADBMS)
Q. ROLLBACK in a database is ________ statement ?
  • (A) TCL
  • (B) DCL
  • (C) DML
  • (D) DDL
πŸ’¬ Discuss
βœ… Correct Answer: (A) TCL

Explanation: TCL (Transaction Control Language) statement. ROLLBACK is a TCL statement that is used to undo changes made in a transaction and to restore the database to its previous state before the transaction started. TCL statements are used to control the changes made by transactions in a database. The other TCL statements are COMMIT and SAVEPOINT.