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
Just like database triggers, stored procedures are stored in the database.
(True/False)
4.8/5
(35)
The ____________________ statement can be used to combine rows from two queries, returning only the rows that appear in both sets.
(Short Answer)
4.8/5
(33)
The Oracle equivalent to an MS Access AutoNumber is a(n) ____.
(Multiple Choice)
4.8/5
(40)
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)
5.0/5
(25)
Each statement inside the PL/SQL code must end with a period (".").
(True/False)
4.9/5
(33)
The ____ function returns the current system date in MS Access.
(Multiple Choice)
4.9/5
(34)
PL/SQL functions are executed in the same way as functions such as MIN and AVG.
(True/False)
4.8/5
(35)
A(n) ____________________ subquery is a subquery that executes once for each row in the outer query.
(Short Answer)
4.9/5
(40)
A(n) ____ join will select only the rows with matching values in the common attribute(s).
(Multiple Choice)
4.8/5
(36)
A statement-level trigger is assumed if you omit the FOR EACH ROW keywords.
(True/False)
4.8/5
(40)
Explain the different basic types of join operations. What are they and how do they work?
(Essay)
4.7/5
(35)
The statement SELECT * FROM T1, T2 produces a(n) ____ join.
(Multiple Choice)
5.0/5
(39)
The Oracle ____ 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.
(Multiple Choice)
4.9/5
(33)
The ____________________ statement combines rows from two or more queries without including duplicate rows.
(Short Answer)
4.7/5
(35)
Showing 21 - 40 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)