Tag: databases
Questions Related to databases
Using INSERT command only ONE record can be inserted during each execution.
What is true about MERGE command? Choose all that apply.
Select TYPES of JOINS. Choose all that apply.
Choose the MANDATORY clauses of SELECT SQL statement
ALIAS can be used for TABLE as well as COLUMN to simplify interpretation of SQL query
Identify the correct output ---
select CONCAT('ORACLE' || 'BASICS') from dual;
Identify the correct output --- select SUBSTR('ORACLE BASICS',-6,5) from dual;
Identify the correct output --- select TRUNC(TO_DATE('01-SEP-1995', 'DD-MON-YYYY'),'YEAR') from dual;