Exam 8: Advanced SQL
Exam 1: Database Systems70 Questions
Exam 2: Data Models70 Questions
Exam 3: The Relational Database Model100 Questions
Exam 4: Entity Relationship (ER)Modeling100 Questions
Exam 5: Advanced Data Modeling70 Questions
Exam 6: Normalization of Database Tables100 Questions
Exam 7: Introduction to Structured Query Language (SQL)100 Questions
Exam 8: Advanced SQL100 Questions
Exam 9: Database Design100 Questions
Exam 10: Transaction Management and Concurrency Control70 Questions
Exam 11: Database Performance Tuning and Query Optimization70 Questions
Exam 12: Distributed Database Management Systems70 Questions
Exam 13: Business Intelligence and Data Warehouses100 Questions
Exam 14: Database Connectivity and Web Technologies100 Questions
Exam 15: Database Administration and Security100 Questions
Select questions type
Oracle recommends ____ for creating audit logs.
Free
(Multiple Choice)
4.7/5
(33)
Correct Answer:
A
The use of the ____________________ operator allows you to compare a single value with a list of values returned by the first subquery (sqA)using a comparison operator other than EQUALS.
Free
(Short Answer)
4.8/5
(30)
Correct Answer:
ALL
"Linked SQL" is a term used to refer to SQL statements that are contained within an application programming language such as COBOL,C++,ASP,Java,or ColdFusion.
Free
(True/False)
4.8/5
(36)
Correct Answer:
False
The ____________________ outer join returns not only the rows matching the join condition (that is,rows with matching values in the common column),but also the rows in the left-side table with unmatched values in the right-side table.
(Short Answer)
4.8/5
(36)
In subquery terminology,the first query in the SQL statement is known as the ____ query.
(Multiple Choice)
4.8/5
(37)
SQL supports the conditional execution of procedures (if...then...else statements)that are typically supported by a programming language.
(True/False)
4.7/5
(37)
Oracle uses the ____________________ function to extract the various parts of a date.
(Short Answer)
4.8/5
(34)
PL/SQL functions are executed in the same way as functions such as MIN and AVG.
(True/False)
4.9/5
(38)
A(n)____________________ join returns not only the matching rows but also the rows with unmatched attribute values for one or both tables to be joined.
(Short Answer)
4.7/5
(33)
Explain the different types of join operations.What are they and how do they work?
(Essay)
5.0/5
(33)
The ____________________ statement in SQL combines rows from two queries and returns only the rows that appear in the first set but not in the second.
(Short Answer)
4.8/5
(44)
UNION,INTERSECT,and MINUS work properly only if relations are union-compatible,which means that the names of the relation attributes and their data types must be different.
(True/False)
4.7/5
(29)
The following SQL statement uses a(n)____. SELECT P_CODE,P_DESCRIPT,P_PRICE,V_NAME
FROM PRODUCT,VENDOR
WHERE PRODUCT.V_CODE = VENDOR.V_CODE;
(Multiple Choice)
4.8/5
(33)
A(n)____ join returns not only the rows matching the join condition (that is,rows with matching values in the common columns)but also the rows with unmatched values.
(Multiple Choice)
4.8/5
(38)
A(n)____________________ subquery is a subquery that executes once for each row in the outer query.
(Short Answer)
4.8/5
(44)
The ____ function returns the current system date in MS Access.
(Multiple Choice)
4.9/5
(35)
Showing 1 - 20 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)