Filters
Question type

Study Flashcards

In a subquery,the ____ query is executed first.


A) left
B) right
C) inner
D) outer

E) C) and D)
F) A) and C)

Correct Answer

verifed

verified

The Oracle equivalent to an MS Access AutoNumber is a(n) ____.


A) auto-number
B) sequence
C) TO_NUMBER function
D) trigger

E) None of the above
F) A) and B)

Correct Answer

verifed

verified

The syntax for a left outer join is ____.


A) SELECT column-list
FROM table1 OUTER JOIN table2 LEFT
WHERE join-condition
B) SELECT column-list
FROM table1 LEFT [OUTER] JOIN table2
ON join-condition
C) SELECT column-list
WHERE LEFT table1 = table 2
D) SELECT column-list
FROM table1 LEFT table2 [JOIN]
WHERE join-condition

E) B) and C)
F) All of the above

Correct Answer

verifed

verified

The Oracle ____ function returns the current date.


A) DATE
B) SYSDATE
C) CURRENT_DATE
D) TO_DATE

E) A) and C)
F) A) and B)

Correct Answer

verifed

verified

The ____________________ clause is used to restrict the output of a GROUP BY query by applying a conditional criteria to the grouped rows.

Correct Answer

verifed

verified

Every PL/SQL block must be given a name.

A) True
B) False

Correct Answer

verifed

verified

A stored function is another name for a stored procedure.

A) True
B) False

Correct Answer

verifed

verified

The ____________________ 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.

Correct Answer

verifed

verified

A trigger is executed as part of the transaction that triggered it.

A) True
B) False

Correct Answer

verifed

verified

The ____ data type is considered compatible with VARCHAR(35) .


A) DATE
B) INT
C) TINYINT
D) CHAR(15)

E) B) and C)
F) None of the above

Correct Answer

verifed

verified

The syntax for the UNION query is ____.


A) query + query
B) UNION (query, query)
C) UNION: query query
D) query UNION query

E) None of the above
F) A) and B)

Correct Answer

verifed

verified

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?


A) 7
B) 10
C) 15
D) 17

E) A) and D)
F) A) and C)

Correct Answer

verifed

verified

A(n)____________________ join returns the Cartesian product JOIN of T1 and T2 and is sometimes called "old style".

Correct Answer

verifed

verified

Triggers are critical to proper database operation and management.What are some of the ways that triggers are used?

Correct Answer

verifed

verified

Triggers can be used to enforce constrai...

View Answer

The ____________________ statement combines rows from two or more queries without including duplicate rows.

Correct Answer

verifed

verified

The ____ operator could be used in place of INTERSECT if the RDBMS does not support it.


A) IN
B) OF
C) AND
D) UNION

E) A) and D)
F) All of the above

Correct Answer

verifed

verified

In Oracle,the ____ function converts a date to a character string.


A) CONVERT()
B) TO_DATE
C) TO_CHAR()
D) TO_STRING()

E) C) and D)
F) A) and C)

Correct Answer

verifed

verified

Automating business procedures and automatically maintaining data integrity and consistency are trivial in a modern business environment.

A) True
B) False

Correct Answer

verifed

verified

One of the disadvantages of stored procedures is that they increase network traffic.

A) True
B) False

Correct Answer

verifed

verified

Cursors are held in a reserved memory area in the client computer.

A) True
B) False

Correct Answer

verifed

verified

Showing 61 - 80 of 100

Related Exams

Show Answer