Solved

The Following Query Is an Example of A(n)____

Question 4

Multiple Choice

The following query is an example of a(n) ____.
SELECT TABLESPACE_NAME,BLOCK_SIZE
FROM DBA_TABLESPACES
WHERE TABLESPACE_NAME IN
(SELECT TABLESPACE_NAME FROM DBA_DATA_FILES) ;


A) join query
B) aggregated query
C) sorted query
D) subquery

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions