AMA University Answers
Login
Register
AMA OED
Courses
IT
IT-6203
Which of the following is the...
Which of the following is the correct example of multiple row subquery?
SELECT EMPLOYEE_ID, SALARY FROM EMPLOYEES WHERE SALARY =(SELECT MIN(SALARY) FROM EMPLOYEES;
Correct
Similar IT-6203 questions
Which of the following is the correct example of modifying a view where salary managerid is null?
Which of the following is not true about complex view when using UPDATE statement?
Which of the following is not part of multiple row subqueries?
Which of the following is the correct example of create a default constraint.
Which of the following is the correct example of disabling an integrity constraint?
Which of the following is the correct query that will create a report that will display the followin...