Loading questions...
Updated
Examine the BRICKS table:
Examine this query:
SELECT INTERVAL ‘100’ MONTH DURATION FROM DUAL;
What will be the output?
Examine this query:
SELECT TRUNC(ROUND(156.00,-2),-1) FROM DUAL;
What is the result?
You want to write a query that prompts for two column names and the where condition each time it is executed in a session but only prompts for the table name the first time it is executed.
The variables used in your query are never undefined in your session.
Which query can be used?
Which three statements are true about indexes and their administration in an Oracle database? (Choose three.)
Examine this description of the EMP table:
Which two are true about virtual columns? (Choose two.)
A session's NLS_DATE_FORMAT is set to DD Mon YYYY.
Which two queries return the value 1 Jan 2019? (Choose two.)
Examine this SQL statement:
Examine this constraint information:
Which three are true about scalar subquery expressions? (Choose three.)
Which two are true about creating tables in an Oracle database? (Choose two.)
Examine this partial statement:
SELECT ename, sal, comm FROM emp
Now examine this output:
Examine the description of the CUSTOMERS table:
The PRODUCT_INFORMATION table has a UNIT_PRICE column of data type NUMBER(8,2).
Evaluate this SQL statement:
SELECT TO_CHAR(unit_price, '$9,999') FROM product_information;
Which two statements are true about the output? (Choose two.)
Which two statements are true about Oracle databases and SQL? (Choose two.)
Which statement is true about TRUNCATE and DELETE?
Which two statements are true? (Choose two.)
Examine these statements executed in a single Oracle session:
Which is true about the & and && prefixes with substitution variables? (Choose all that apply.)
Which statement will return a comma-separated list of employee names in alphabetical order for each department in the EMP table?
Examine this query:
Examine the data in the COLORS table:
Examine the description of the PROMOTIONS table:
You want to display the unique promotion costs in each promotion category.
Which two queries can be used? (Choose two.)
The STORES table has a column START_DATE of data type DATE, containing the date the row was inserted.
You only want to display details of rows where START_DATE is within the last 25 months.
Which WHERE clause can be used?
You write this query:
How many rows will the query return?
You execute this query:
What is the result?
Which two are true? (Choose two.)
Which three statements are true? (Choose three.)
Which ORDER BY clause will generate the displayed output?
Which two SELECT statements will return these results: (Choose two.)
Which three statements are true? (Choose three.)
Which two methods should you use to prevent prompting for a hire date value when this query is executed? (Choose two.)
Examine the data in the BRICKS table:
Which two queries return all the rows from COLORS? (Choose two.)