πŸ§ͺ Source (programming language) MCQ Quiz Hub

Database - Programming Language (MCQ) questions set 2

Choose a topic to test your knowledge and improve your Source (programming language) skills

What is degree 0 isolation?





βœ… Correct Answer: 4

Which command helps to display schema of a table?





βœ… Correct Answer: 1

What is the highest level in a hierarchy of data organization?





βœ… Correct Answer: 3

Which of the following is used to define the schema of each database hosted in the DBMS?





βœ… Correct Answer: 3

Which of the following has a relationship between / among themselves as a functional dependency?





βœ… Correct Answer: 3

What type of form says β€œ Each column type is unique ” ?





βœ… Correct Answer: 1

Which among the following comprises of a complete record of all activities responsible in affecting the database contents for a specific duration?





βœ… Correct Answer: 1

What is 5NF?





βœ… Correct Answer: 2

Which is an essential characteristic of a normal form where every determinant in a table must be a candidate key?





βœ… Correct Answer: 3

What are the Report Generators used for?





βœ… Correct Answer: 3

What is durability?





βœ… Correct Answer: 1

Which type of lock does a record or page get locked immediately?





βœ… Correct Answer: 1

Which SQL keyword is used to remove the duplication of rows from the result set?





βœ… Correct Answer: 3

Issuing which type of savepoint will cause the named savepoint to be discarded? (Database)





βœ… Correct Answer: 4

What is an audit trial? (Database)





βœ… Correct Answer: 2

What is truncating a table?





βœ… Correct Answer: 1

A ROLLBACK statement will also release any existing savepoints that may not be in use.





βœ… Correct Answer: 2

What type of relationship does a hierarchical schema help to establish between the items of a database?





βœ… Correct Answer: 1

What do you mean by atomicity?





βœ… Correct Answer: 1

Which is the concurrency control protocol that ensure both conflict serializability and freedom from deadlock? (Database)





βœ… Correct Answer: 1

Which type of clustering index is defined on the fields?





βœ… Correct Answer: 2

Which of the following may lead to an irrecoverable error in a database system?





βœ… Correct Answer: 1

Which of the following statement is / are not true about normal forms? (Database)





βœ… Correct Answer: 4

What is the maximum possible size of the file in the index allocation scheme of blocks to a file depend on? (Database)





βœ… Correct Answer: 3

The functional dependencies for the relational schema student performance (name, courseNo, rollno, grade) is given below : name, courseNo -> grade rollno, courseNo -> grade name -> rollno rollno-> name What is the highest normal form of this relational schema?





βœ… Correct Answer: 1

Which normal relational database design the form that is considered adequate?





βœ… Correct Answer: 1

Which one of the following statements is / are true about SQL?





βœ… Correct Answer: 4

Consider an SQL query SELECT A.Id FROM A WHERE A.Age> All (SELECT B.Age FROM B WHERE B.name = β€˜Anay’) The result of this query contains





βœ… Correct Answer: 3

Database: A condition that led to the development of database was





βœ… Correct Answer: 4

Database: Which of the following fields in a student file can be used as a primary key?





βœ… Correct Answer: 2

Database: Which is the make given to the database management system which is able to handle full text data, image data, audio and video?





βœ… Correct Answer: 3

Database: Which is not a function of aggregate function?





βœ… Correct Answer: 1

Database: In second normal form ______________________





βœ… Correct Answer: 2

Primitive operations common to all record management system include ? (Database)





βœ… Correct Answer: 3

An unnormalized relation contains values ?





βœ… Correct Answer: 3

A trigger is ?





βœ… Correct Answer: 4

Which of the following database object does not physically exist? (Database)





βœ… Correct Answer: 3

What are the important criteria for designing tables?





βœ… Correct Answer: 4

Databases: The view of total database content is _____





βœ… Correct Answer: 1

Which is the major data structure used in RDBMS?





βœ… Correct Answer: 4

Which of the following forms is considered as adequate for normal relational database design?





βœ… Correct Answer: 4

Why are B+ trees preferred over binary trees in databases?





βœ… Correct Answer: 4

State the concurrency protocols which ensure both conflict serializability and freedom from deadlock 1. 2-phase locking 2. Time-stamp ordering





βœ… Correct Answer: 2

The language used in application programs to request data from the DBMS is referred to as the





βœ… Correct Answer: 1