Database MCQ - English
- Introduction to Database
- The Relational Model and Normalization
- Data Modeling with ER Model
- SQL for Database Construction
- Managing Multiuser Databases
- SQL Server 2000
- XML and ADO.NET
- Database Processing for BIS
- The Database Development Process
- ER Model and Business Rules
- Physical Database Design
- The Client Server Database
- Data Warehousing
- Distributed Databases
- Object Oriented Database
- Introduction to SQL
- Database Design Using Normalization
- Data Models into Database Designs
- Database Redesign
- Managing Databases with Oracle
- ODBC, OLE DB, ADO, and ASP
- JDBC, Java Server Pages, and MySQL
- The Database Environment
- Modeling Data in the Organization
- Logical Database Design
- Advanced SQL
- The Internet Database Environment
- Data and Database Administration
- Object Oriented Data Modeling
Advanced SQL MCQ Questions and Answers
Home | Database | Advanced SQLIn this section we provide lots of objective question of Advanced SQL in Database Management System.
1) What type of join is needed when you wish to include rows that do not have matching values?
2) What type of join is needed when you wish to return rows that do have matching values?
3) Which of the following is true concerning a procedure?
Answer : C Discuss
4) A CASE SQL statement is which of the following?
Answer : A Discuss
5) Which of the following statements is true concerning routines and triggers?
Answer : A Discuss
6) Which of the following is one of the basic approaches for joining tables?
7) Which of the following is true concerning systems information in an RDBMS?
Answer : D Discuss
8) 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 WHERE CUSTOMER_T. CUSTOMER_ID = ORDER_T. CUSTOMER_ID
9) Embedded SQL is which of the following?
Answer : A Discuss
10) A UNION query is which of the following?
Answer : C Discuss