Question 106
Examine the description of the CUSTOMERStable:
CUSTNOis the PRIMARY KEY.
You must determine if any customers' details have been entered more than once using a different CUSTNO, by listing all duplicate names.
Which two methods can you use to get the required result? (Choose two.)
Question 107
Which three statements are true about GLOBAL TEMPORARY TABLES?
Question 108
Examine this business rule:
Each student can work on multiple projects and each project can have multiple students. _ You must design an Entity Relationship (ER) model for optimal data storage and allow for generating reports in this format:
STUDEN_ID FIRST_NAMK LASTNAME PROJECT_ID PROJECT_NAME PROJECT_TASK
Which two statements are true?
Question 109
Which statement is true about the Oracle SQL, DELETE and TRUNCATE statements?
Question 110
On your Oracle 12c database, you invoked SQL *Loader to load data into the EMPLOYEES table in the HR schema by issuing the following command:
$> sqlldr hr/hr@pdb table=employees
Which two statements are true regarding the command? (Choose two.)
