Exam 8: Advanced SQL
Exam 1: Database Systems72 Questions
Exam 2: Data Models75 Questions
Exam 3: The Relational Database Model74 Questions
Exam 4: Entity Relationship Ermodeling75 Questions
Exam 5: Advanced Data Modeling83 Questions
Exam 6: Normalization of Database Tables92 Questions
Exam 7: Introduction to Structured Query Language SQL92 Questions
Exam 8: Advanced SQL95 Questions
Exam 9: Database Design87 Questions
Exam 10: Transaction Management and Concurrency Control76 Questions
Exam 11: Database Performance Tuning and Query Optimization82 Questions
Exam 12: Distributed Database Management Systems72 Questions
Exam 13: Business Intelligence and Data Warehouses75 Questions
Exam 14: Big Data Analytics and NoSQL76 Questions
Exam 15: Database Connectivity and Web Technologies81 Questions
Exam 16: Database Administration and Security81 Questions
Select questions type
The syntax of the DECODE function starts with .
Free
(Short Answer)
4.9/5
(40)
Correct Answer:
DECODE(e,x,y,d)
The statement SELECT * FROM T1,T2 produces a(n)join.
Free
(Multiple Choice)
4.9/5
(30)
Correct Answer:
A
When using the Oracle TO_DATE function,the code represents a three-letter month name.
Free
(Multiple Choice)
4.7/5
(27)
Correct Answer:
A
One of the major advantages of stored procedures is that they can be used to encapsulate and represent business transactions.
(True/False)
4.8/5
(35)
In MS Access,a designer can use the data type to define a column in his table that will be automatically populated with unique numeric values.
(Short Answer)
4.8/5
(41)
BEFORE means before the changes are made in memory but after the changes are permanently saved to disk.
(True/False)
4.8/5
(34)
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)
5.0/5
(25)
A(n)view is a view that can be used to update attributes in the base table(s)that are used in the view.
(Short Answer)
4.8/5
(34)
Automating business procedures and automatically maintaining data integrity and consistency are trivial in a modern business environment.
(True/False)
4.8/5
(36)
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
(31)
functions extract a value of a given data type and convert it to the equivalent value in another data type.
(Short Answer)
4.8/5
(36)
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
(34)
Assume a designer is using the UNION 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 Jenna and Howard are included in the CUSTOMER table as well as in the CUSTOMER_2 table.How many records are returned when using the UNION operator?
(Multiple Choice)
4.9/5
(40)
When using the Oracle TO_NUMBER function to convert a character string into a number,represents a digit.
(Multiple Choice)
4.7/5
(38)
An implicit cursor is automatically created in procedural SQL when the SQL statement returns only one value.
(True/False)
4.8/5
(41)
A(n)join will select only the rows with matching values in the common attribute(s).
(Multiple Choice)
4.9/5
(28)
Showing 1 - 20 of 95
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)