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

Quiz Instructions

Select an option to see the correct answer instantly.

1. One specific piece of information about a person or thing is called a:
2. Perintah SQL yang digunakan untuk masuk ke MySQL sebagai pengguna 'root' dengan kata sandi adalah .....
3. What does ETL stand for?
4. The AND operator combines two relational expressions where only one must be true to provide a true result
5. What type of relationship exists when a single record in one table is related to multiple records in another table?
6. What is a functional dependency?
7. Which model represents more complex applications?
8. Ananya wants to make sure that each student's roll number is unique. What should she use?
9. Involves database design and construction on how the databases will operate and f unction within exisiting structures and location.
10. What is the software used to manage databases called?
11. What is the role of constraints in a database?
12. What is the purpose of a social media database?
13. Write a SQL query to retrieve all the records from a table named 'students'.
14. In order to retrieve data from two or more tables through query, we must establish a ..... between tables.
15. Apa singkatan dari HTML?
16. A DBMS makes the .....
17. Data is the collection of raw facts.
18. Why is it important to have unique records in a database?
19. In which stage is user training typically conducted?
20. What is a columnar format in MS Access?
21. Which SQL standard was introduced in 1999?
22. DBMSs typically include report generation tools in order to .....
23. In SQL, which of the following can be used to limit the number of rows returned by a query?
24. In SQL, what is the difference between CHAR and VARCHAR data types?
25. The SQL statementSELECT ROUND(45.926, -1) FROM DUAL;
26. What is SQL injection and how can it be prevented?
27. What is concurrency in the context of databases?
28. Which of the following is not a characteristic of a good database design?
29. Mana yang BUKAN merupakan atribut?
30. Where is the foreign key used in a one-to-many relationship?
31. A transaction is a unit of work performed within a database management system against a database.
32. The vertical section (column) in a table is known as:
33. When a database is used for a web application to display high-resolution product images, which data type is specifically intended to hold these files?
34. .... includes all tuples that are in tables A or in B.
35. Depending on the type of data organization, the following basic models of data representation are distinguished in the database?
36. Apa itu foreign key dalam database?
37. Why is credential management important?
38. What are the steps to design a form in Access?
39. Indicate whether the statement is true or false:Multiple data marts are combined and streamlined to create a data warehouse.
40. What is the relationship where one entry in one table has a single entry in the other table and vice versa?
41. Which of the following is an example of a non-relational database?
42. A ..... is a stored program that is attached to a table or a view.
43. Why are database systems important for businesses?
44. What is referential integrity?
45. Which method is NOT a data validation method?
46. Paul is organizing a database for his travel agency. Which of the following is an example of a primary key he might use to uniquely identify each client's record?
47. What skills are important for a career in database administration?
48. Which of the following is NOT a basic building block of a database system?
49. Define the relational data model.
50. What is typically produced during the analysis phase of SDLC?
51. Discuss the concept of data redundancy and how it can be minimized in database design.
52. Why is assigning the correct data type to a field important?
53. What is the significance of normalisation in databases?
54. What type of database model organizes data in tables with rows and columns?
55. How do you use the BETWEEN keyword in SQL? Example:SELECT * FROM Orders WHERE OrderDate BETWEEN '2021-01-01' AND '2021-12-31';
56. A graphical representation of a database and the relationships between the entities.
57. In a client-server architecture, where is the DBMS typically located?
58. How do you create a new table in Access?
59. Tabel 'detail ..... jual' memiliki 'id ..... nota' dan 'id ..... barang' sebagai kunci utama. Ini menunjukkan bahwa tabel ini menggunakan konsep .....
60. What is data mining and how is it related to databases?