Question 111

Which task can be performed by using a single Data Manipulation Language (DML) statement?
  • Question 112

    Examine this statement which executes successfully:
    Which three are true?
  • Question 113

    Examine the structure of the EMPLOYEES table. (Choose the best answer.) You must display the details of employees who have manager with MANAGER_ID 100, who were hired in the past 6 months and who have salaries greater than 10000.
  • Question 114

    Examine the business rule:
    Each student can work on multiple projects and each project can have multiple students.
    You need to design an Entity Relationship Model (ERD) for optimal data storage and allow for generating reports in this format:
    STUDENT_ID FIRST_NAME LAST_NAME PROJECT_ID PROJECT_NAME PROJECT_TASK
    Which two statements are true in this scenario?
  • Question 115

    Which two queries will result in an error?