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

Quiz Instructions

Select an option to see the correct answer instantly.

1. A database where the data items are linked by internal pointers.
2. What is the purpose of a NOT NULL constraint in a database?
3. A data structure built from one or more columns in a database table to speed up searching for data.
4. Which operator is used for pattern matching in PostgreSQL?
5. Which statement about tables in MS Access is correct?
6. An ad hoc query is a .....
7. A database table has a field called "Grade" set as Number. Which of these values would cause an error?
8. Which of the following is not a step in creating a file in MS Access?
9. What are the three design levels of data modeling?
10. Which of the following operation is used if we are interested in only certain columns of a table?
11. What is the purpose of data integrity in databases?
12. What is the default port number for PostgreSQL?
13. What is the purpose of a business database?
14. List the four main types of SQL commands.
15. With reduced redundancy ..... automatically increases.
16. Which of the following is NOT a type of database model?
17. All candidate keys are primary keys.
18. To check for a value outside of a range, you can use
19. Which of the following is a grouping of characters into a word, a group of words, or a complete number?
20. What is data integrity in the context of databases?
21. Which entity has a unique identifier?
22. Which of the following is a valid example of a relation?
23. Which of the following is NOT a purpose of a DBMS?
24. What is the main purpose of creating an index in a database?
25. In Datasheet View, to insert a new field, what action should be taken?
26. What is the purpose of a primary key in a relational database?
27. Which model is used in MySQL?
28. Which DBMS is best for structured data with relations?
29. The external level of data abstraction provides:
30. Which data model is most commonly used in current database systems?
31. What can a query instantly generate if a database has people stored on one table and phone numbers on another?
32. What is the purpose of validation in a computerised system?
33. Indicate whether the statement is true or false:Middleware is an application that transfers information from an organization's internal database to a web server for delivery to a user as part of a web page.
34. Data type used for telephone numbers
35. What is a major limitation of a file-based approach to data storage?
36. A candidate key that is an alternative to the primary key.
37. Identify the types of Data Anomalies:
38. A file in a database consists of:
39. What does the BEGIN/END block do in T-SQL?
40. Which option in MS Access is used to open an already created database?
41. When would you use the "Boolean" data type in a database?
42. What is another term for a database record?
43. What is a major disadvantage of the file system?
44. Which of the following provides centralized control of data?
45. True or False:The "Value" of a relational database represents the entity for which it has value for each attribute?
46. Network Structure
47. In the context of database systems, what does 'CRUD' stand for?
48. What is a tablespace in an RDBMS?
49. Which schema level describes how data is stored, including file organizations and indexes?
50. In a relational database, what is a foreign key?
51. How can you retrieve unique values from a column?
52. The database schema is written in
53. During which SDLC phase is the conceptual model designed?
54. Which SQL keyword is used to remove existing records from a table?
55. Perintah pada MySQL selalu diakhiri dengan tanda .....
56. Why are databases important in healthcare?
57. Section A:True or False (5 marks)-Write True or False beside each statement. A field refers to a complete set of data about one person or item.
58. What does normalization help to achieve?
59. Which of the following is a valid SQL type?
60. Which of the following is a sign that a table is not in 3NF?