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
Triggers are critical to proper database operation and management.What are some of the ways that triggers are used?
(Essay)
4.8/5
(33)
In Oracle,the ____ function converts a date to a character string.
(Multiple Choice)
4.8/5
(26)
The ____________________ statement combines rows from two or more queries without including duplicate rows.
(Short Answer)
4.8/5
(22)
A(n)____________________ join returns the Cartesian product JOIN of T1 and T2 and is sometimes called "old style".
(Short Answer)
4.9/5
(32)
The ____ operator could be used in place of INTERSECT if the RDBMS does not support it.
(Multiple Choice)
4.9/5
(32)
One of the disadvantages of stored procedures is that they increase network traffic.
(True/False)
4.9/5
(34)
The ____ data type is considered compatible with VARCHAR(35).
(Multiple Choice)
4.9/5
(38)
The Oracle equivalent to an MS Access AutoNumber is a(n)____.
(Multiple Choice)
4.9/5
(42)
Assume you are using the UNION ALL operator to combine the results from two tables with identical structure,CUSTOMER and CUSTOMER_2.The CUSTOMER table contains 10 rows,while the CUSTOMER_2 table contains 7 rows.Customers Dunne and Olowski are included in the CUSTOMER table as well as in the CUSTOMER_2 table.How many records are returned when using the UNION ALL operator?
(Multiple Choice)
4.8/5
(36)
A trigger is executed as part of the transaction that triggered it.
(True/False)
4.9/5
(29)
Cursors are held in a reserved memory area in the client computer.
(True/False)
5.0/5
(33)
Automating business procedures and automatically maintaining data integrity and consistency are trivial in a modern business environment.
(True/False)
4.7/5
(37)
The ____________________ clause is used to restrict the output of a GROUP BY query by applying a conditional criteria to the grouped rows.
(Short Answer)
4.8/5
(31)
The ____________________ function compares an attribute or expression with a series of values and returns an associated value or a default value if no match is found.
(Short Answer)
4.8/5
(33)
Showing 61 - 80 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)