Exam 8: Advanced SQL

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The syntax of the DECODE function starts with .

Free
(Short Answer)
4.9/5
(40)
Correct Answer:
Verified

DECODE(e,x,y,d)

The statement SELECT * FROM T1,T2 produces a(n)join.

Free
(Multiple Choice)
4.9/5
(30)
Correct Answer:
Verified

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:
Verified

A

Subqueries cannot be used in combinations with joins.

(True/False)
5.0/5
(37)

The syntax for a left outer join is .

(Multiple Choice)
4.8/5
(37)

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)

The function returns the current system date in MS Access.

(Multiple Choice)
4.8/5
(38)

MySQL allows multiple triggering conditions per trigger.

(True/False)
4.8/5
(27)
Showing 1 - 20 of 95
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)