πŸ“Š Advance Database Management System (ADBMS)
Q. In order to understand DBMS, it is important to understand ?
  • (A) the physical schema
  • (B) all sub schema that are system support
  • (C) one sub schema
  • (D) Both (a) and (b)
πŸ’¬ Discuss
βœ… Correct Answer: (D) Both (a) and (b)

Explanation: The correct answer is (d) Both (a) and (b). To understand DBMS (Database Management System), it is important to understand the physical schema which defines how the data is actually stored on the physical storage devices, such as hard disk or SSD. This includes the storage structures, indexing techniques, and access methods used to store and retrieve data efficiently.

πŸ“Š Advance Database Management System (ADBMS)
Q. E-R modeling technique is a ?
  • (A) top-down approach
  • (B) bottom-up approach
  • (C) left-right approach
  • (D) both top-down and bottom-up
πŸ’¬ Discuss
βœ… Correct Answer: (A) top-down approach

Explanation: The E-R modeling technique is a top-down approach. It involves identifying the entities in a system and the relationships between them, and then creating a diagram to represent this information. Therefore, the correct option is (a) top-down approach.

πŸ“Š Advance Database Management System (ADBMS)
Q. The database administrator is, in effect, the coordinator between the _____ and the _____ ?
  • (A) DBMS; database
  • (B) application program; database
  • (C) database, users
  • (D) application programs; users
πŸ’¬ Discuss
βœ… Correct Answer: (C) database, users

Explanation: The database administrator (DBA) is responsible for managing the database and acting as a liaison between the database and the users who access it. The DBA is not directly responsible for coordinating between the DBMS and database, or between application programs and users.

πŸ“Š Advance Database Management System (ADBMS)
Q. What does the data dictionary identify ?
  • (A) Field names
  • (B) Field types
  • (C) Field formates
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the above

Explanation: The data dictionary is a catalog or repository of metadata that contains information about the data in a database. This includes field names, field types, and field formats, as well as other information such as data relationships, data dependencies, and data usage.

πŸ“Š Advance Database Management System (ADBMS)
Q. Data independency in DBMS is known as ?
  • (A) Data modeling
  • (B) Data hiding
  • (C) Data capturing
  • (D) Data consistency
πŸ’¬ Discuss
βœ… Correct Answer: (A) Data modeling

Explanation: Data independency in DBMS is known as data modelling. Q. The function of Data Manipulation is (in DBMS).

πŸ“Š Advance Database Management System (ADBMS)
Q. A collection of interrelated files in a computer is a _________ ?
  • (A) file manager
  • (B) field
  • (C) record
  • (D) database
πŸ’¬ Discuss
βœ… Correct Answer: (C) record

Explanation: The correct answer is (d) database. A collection of interrelated files in a computer is typically called a database. A database is a structured collection of data that is organized in a way that allows for efficient storage, retrieval, and manipulation of that data.

πŸ“Š Advance Database Management System (ADBMS)
Q. Which of the following places the common data elements in order from smallest to largest ?
  • (A) Character, file record, field, database
  • (B) Character, record, field, file, database
  • (C) Character, field, record, file, database
  • (D) Bit, byte, character, record, field, file, database
πŸ’¬ Discuss
βœ… Correct Answer: (C) Character, field, record, file, database

Explanation: The correct answer is (c) Character, field, record, file, database. Explanation: A character is the smallest unit of data that can be processed, such as a letter or a number. A field is a collection of characters that represents an attribute of an entity, such as a person's name or address. A record is a collection of fields that represents a complete set of information about an entity, such as a customer or an order. A file is a collection of records, typically of the same type, stored in a single unit, such as a text file or a spreadsheet. A database is a collection of related files that are organized in a way that facilitates efficient retrieval of information. Therefore, the order from smallest to largest common data elements is character, field, record, file, database.

πŸ“Š Advance Database Management System (ADBMS)
Q. Which command we will give if we want to show the database objects with it's decription ?
  • (A) Details
  • (B) Show
  • (C) List
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) None of the above

Explanation: To show the database objects along with their description, we need to use the "DESCRIBE" or "DESC" command in SQL. Therefore, the correct option is (e) None of the above.

πŸ“Š Advance Database Management System (ADBMS)
Q. Files are organised by storing them in _________ ?
  • (A) tables
  • (B) databases
  • (C) folders
  • (D) graphs
πŸ’¬ Discuss
βœ… Correct Answer: (C) folders

Explanation: Files are commonly organized and stored in folders, which are a type of container used to group related files together and create a hierarchy of information. This allows for easy access and management of files on a computer or other storage device. Tables and databases are used to organize data, while graphs are used to visualize data.