On This Page

This set of DataBase Management System (DBMS) Multiple Choice Questions & Answers (MCQs) focuses on SQL Set 2

Q1 | Which of the following statements is true concerning subqueries?
Q2 | Which of the following is a correlated subquery?
Q3 | The following SQL is which type of join: SELECT CUSTOMER_T. CUSTOMER_ID,ORDER_T. CUSTOMER_ID, NAME, ORDER_ID FROM CUSTOMER_T,ORDER_T?
Q4 | Which is not a type of join in T-SQL?
Q5 | What is a view?
Q6 | Which of the following is not a limitation of view?
Q7 | Which of the following statement is true?
Q8 | SQL Server has mainly how many types of views?
Q9 | Dynamic Management View is a type of ___________
Q10 | Syntax for creating views is __________
Q11 | You can delete a view with ___________ command.
Q12 | What is SCHEMABINDING a VIEW?
Q13 | Which of the following is not a SQL Server INFORMATION_SCHEMA view?
Q14 | ___________ is stored only in the Master database.
Q15 | In the __________ normal form, a composite attribute is converted to individual attributes.
Q16 | Tables in second normal form (2NF):
Q17 | Which-one ofthe following statements about normal forms is FALSE?
Q18 | Functional Dependencies are the types of constraints that are based on______
Q19 | Which is a bottom-up approach to database design that design by examining the relationshipbetween attributes:
Q20 | Which forms simplifies and ensures that there are minimal data aggregates and repetitivegroups:
Q21 | Which forms has a relation that possesses data about an individual entity:
Q22 | Which forms are based on the concept of functional dependency:
Q23 | Empdt1(empcode, name, street, city, state, pincode).For any pincode, there is only one city and state. Also, for given street, city and state, there is just one pincode. In normalization terms, empdt1 is a relation in
Q24 | We can use the following three rules to find logically implied functional dependencies.This collection of rules is called
Q25 | Which of the following is not Armstrong’s Axiom?