Exam 6: Procedural Language Sql and Advanced Sql
Exam 1: The Database Approach70 Questions
Exam 2: Database Development Process100 Questions
Exam 3: Data Models70 Questions
Exam 4: Relational Model Characteristics100 Questions
Exam 5: Beginning Structured Query Language Sql100 Questions
Exam 6: Procedural Language Sql and Advanced Sql100 Questions
Exam 7: Data Modeling With Entity Relationship Diagrams100 Questions
Exam 8: Data Modeling Advanced Concepts70 Questions
Exam 9: Normalizing Database Designs100 Questions
Exam 10: Distributed Databases70 Questions
Exam 11: Interacting With Databases Through the Web100 Questions
Exam 12: Database Administration and Security100 Questions
Exam 13: Managing Transactions and Concurrency70 Questions
Exam 14: Managing Database and Sql Performance70 Questions
Exam 15: Databases for Decision Support100 Questions
Select questions type
Triggers are critical to proper database operation and management. What are some of the ways that triggers are used?
(Essay)
5.0/5
(45)
The most useful feature of PL/SQL blocks is that they let you create code that can be named, stored, and executed by the DBMS.
(True/False)
4.8/5
(38)
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.7/5
(46)
If the DBMS does not support the INTERSECT statement, you can use a(n) ____________________ subquery to achieve the same result.
(Short Answer)
4.8/5
(35)
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.9/5
(42)
Using Oracle ____________________, you can write a PL/SQL code block by enclosing the commands inside BEGIN and END clauses.
(Short Answer)
4.8/5
(34)
A trigger is executed as part of the transaction that triggered it.
(True/False)
4.7/5
(46)
In Oracle, the ____ function converts a date to a character string.
(Multiple Choice)
4.8/5
(32)
Oracle uses the ____________________ function to extract the various parts of a date.
(Short Answer)
4.8/5
(35)
Cursor-style processing involves retrieving data from the cursor, one row at a time.
(True/False)
4.8/5
(34)
Stored procedures help reduce code duplication by means of code isolation and code sharing.
(True/False)
4.9/5
(26)
When using the Oracle TO_DATE function, the code ____ represents a three-letter month name.
(Multiple Choice)
4.8/5
(39)
What are the four different result types that can be returned from a subquery? For each type, explain what it is and when it is used.
(Essay)
5.0/5
(36)
A(n) ____ is a block of code (containing standard SQL statements and procedural extensions) that is stored and executed at the DBMS server.
(Multiple Choice)
4.9/5
(35)
Showing 81 - 100 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)