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
When using the Oracle TO_NUMBER function to convert a character string into a number,____ represents a digit.
(Multiple Choice)
4.8/5
(29)
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.
(Multiple Choice)
4.9/5
(38)
A(n)____________________ pools multiple transactions into a single batch to update a master table field in a single operation.
(Short Answer)
4.8/5
(34)
A(n)____________________ join returns all rows with matching values in the matching columns and eliminates duplicate columns.
(Short Answer)
4.7/5
(33)
In MS Access,you can use the ____________________ data type to define a column in your table that will be automatically populated with unique numeric values.
(Short Answer)
4.7/5
(40)
When using the Oracle TO_DATE function,the code ____ represents a three-letter month name.
(Multiple Choice)
4.9/5
(35)
The ____ pseudo-column is used to select the next value from a sequence.
(Multiple Choice)
4.8/5
(40)
In Oracle,____ make(s)it possible to merge SQL and traditional programming constructs,such as variables,conditional processing (IF-THEN-ELSE),basic loops (FOR and WHILE loops,)and error trapping.
(Multiple Choice)
4.8/5
(32)
The ____ query combines rows from two queries and excludes duplicates.
(Multiple Choice)
4.8/5
(40)
To remedy the lack of procedural functionality in SQL,and to provide some standardization within the many vendor offerings,the SQL-99 standard defined the use of persistent stored modules.
(True/False)
4.7/5
(35)
A ____ join returns rows with matching values and includes all rows from both tables (T1 and T2)with unmatched values.
(Multiple Choice)
4.8/5
(31)
The ____________________ join is the traditional join in which only rows that meet a given criteria are selected.
(Short Answer)
4.8/5
(39)
Assume you are using the INTERSECT 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 INTERSECT operator?
(Multiple Choice)
4.8/5
(41)
A statement-level trigger is assumed if you omit the FOR EACH ROW keywords.
(True/False)
4.7/5
(40)
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.7/5
(36)
Showing 21 - 40 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)