Class 11 Computer Science Chapter 7 Database Concepts Quiz 25 (60 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. The SERIAL keyword in PostgreSQL is used for:
2. DBMS is mainly used to .....
3. What is the main purpose of a Transaction Processing System (TPS)?
4. The status of a relational database in which entities do not contain repeated groups of attributes.
5. Given a table "students" with columns "id", "name", and "age", which is the correct syntax to insert a new record?
6. What is the main advantage of using a relational database over a flat file database?
7. What is the purpose of a query processor in a DBMS?
8. The underlying software that implement DBMS function is called data .....
9. In a three-tier architecture, which tier is responsible for business logic?
10. The Chen Notation ER model uses this symbol to represent weak entity set?
11. What is used if a postcode needs to have particular format, such as LL09 0LL?
12. Ankit is designing a table in MS Access. Each column in his table is referred to as a:
13. When data is sorted in ascending order, which value would appear first for age?
14. How does a database management system (DBMS) improve data integrity?
15. Which type of entity cannot exist in the database unless another type of entity also exists in the database, but does not require that the identifier of that other entity be included as part of its own identifier?
16. Which aggregate function calculates average values?
17. Which model is faster to access data?
18. Define the term 'primary key' in a database.
19. Referring to the ER diagram, what is a "relationship" ?
20. What is the most detailed type of data model?
21. A relational operator that allows for the combination of information from two or more tables is known as the ..... operator.
22. In a table storing student data, the "Roll Number" column represents an:
23. What is a stored procedure and how does it differ from a function?
24. Which command is used to remove all records from a table?
25. Suggest a free software for managing the database
26. External level provides .....
27. Why should a 'Telephone Number' be stored as an alphanumeric (text) field rather than a numeric field in a database like Microsoft Access?
28. Which of these is NOT a common use of databases in business?
29. Apa yang dimaksud dengan atribut dalam ERD?
30. What is a stored procedure in a database and how is it used?
31. Which of the following is an advantage of a relational database over a file-based system?
32. What language does the Relational Model use?
33. The attribute AGE is calculated from DATE ..... OF ..... BIRTH. The attribute AGE is:
34. Which deadlock prevention scheme is based on transaction age?
35. What is the primary purpose of the COMMIT command in SQL?
36. What data type is used to store large amounts of alphanumeric data, such as detailed product descriptions?
37. What are fields in a database also known as?
38. OLAP enables .....
39. Which feature in MS Access helps you create a form automatically?
40. .... is formatted data, which allows being utilized in a significant way.
41. If a table is in 1NF and every non-key attribute is fully functionally dependent on the primary key, but some attributes are transitively dependent on the primary key, which normal form is the table in?
42. The SQL operator that is used where an exact match is not necessary is
43. What is a primary key in a relational database?
44. It can be structured as a collection of records, where each record is made up of fields containing data about the same 'thing'.
45. What does the term "cardinality" refer to in an ERD?
46. Which of the following is NOT a candidate key in a database?
47. Which of the following is an automated or manual file that stores information about data elements and data characteristics such as usage, physical representation, ownership, authorization, and security?
48. Which of the following is an example of a database used in a business?
49. One of the following is not a valid data type name for a field .....
50. The status of a relational database in which entities are in 1NF and any non-key attributes depend on the primary key.
51. What problem might arise if incorrect fields are inserted into a database?
52. What is data validation in a database?
53. How do databases help businesses?
54. Which of the following is an example of a SQL extension?
55. What is an example of a record in a database?
56. DBMS EXTRACT DATA FROM
57. What does ETL stand for in data integration?
58. Facilitates oversight and control of databases, enabling a variety of administrative operations such as performance monitoring, tuning, and backup and recovery.
59. Which database language is used for defining data structures?
60. A ..... is a question asked from a database.