Top 3 Winners:
Vaibhav Meena, Uday Salunke and Sheetal Khandelwal
Congratulations!!
Quiz Questions and answers are below:
Q1. Which term describes a collection of related data that is stored in a structured format?
- Spreadsheet
- File
- Database
- Table
Ans: Option C
Q2. In a relational database, what is a primary key?
- A field that uniquely identifies a record in a table
- A field that contains numeric values only
- A field that is used for sorting data
- A field that is not indexed
Ans: Option A
Q3. What is the purpose of a foreign key in a relational database?
- To ensure data integrity and enforce referential integrity
- To speed up database queries
- To encrypt sensitive data
- To provide a backup copy of the database
Ans: Option A
Q4. Which type of database model represents data in a hierarchical structure?
- Relational model
- Object-oriented model
- Hierarchical model
- Network model
Ans: Option C
Q5. Which SQL statement is used to retrieve data from a database?
- INSERT
- DELETEi
- UPDATE
- SELECT
Ans:Option D
Q6. Which SQL clause is used to filter data in a SELECT statement?
- ORDER BY
- GROUP BY
- WHERE
- JOIN
Ans: Option C
Q7. Which normal form eliminates data redundancy by removing partial dependencies?
- First normal form (1NF)
- Second normal form (2NF)
- Third normal form (3NF)
- Boyce-Codd normal form (BCNF)
Ans: Option C
Q8. Which database model is best suited for representing complex relationships and data with varying structures?
- Relational model
- Object-oriented model
- Hierarchical model
- NoSQL model
Ans: Option D
Q9. What is the purpose of a database index?
- To enforce data integrity
- To store large objects, such as images or documents
- To improve query performance
- To encrypt sensitive data
Ans: Option C
Q10. Which of the following is not a valid data type in most relational databases?
- Integer
- Booleani
- Array
- Date
Ans: Option C
Q11. Which SQL statement is used to alter or modify data in a database?
- ALTER
- INSERT
- SELECT
- UPDATE
Ans: Option D
Q12. What does ACID stand for in the context of database transactions?
- Atomicity, Consistency, Isolation, Durability
- Availability, Concurrency, Integrity, Durability
- Association, Compatibility, Integration, Durability
- Authentication, Compression, Integrity, Durability
Ans: Option A
Q13. Which type of database model allows for the storage and retrieval of complex objects and their relationships?
- Relational model
- Object-oriented model
- Hierarchical model
- NoSQL model
Ans: Option B
Q14. What is the purpose of a view in a database?
- To store temporary data
- To define a subset of data from one or more tables
- To enforce referential integrity
- To create backups of the database
Ans: Option B
Q15. Which of the following is not a valid SQL aggregate function?
- COUNT
- AVG
- MAX
- ORDER
Ans: Option D