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 creating a view where LASTNAME ends with letter S rename LASTNAME to SURNAME?
CREATE VIEW WORKERS (EMPLOYEE_ID, SURNAME, FIRSTNAME)AS (EMPLOYEE_ID, LASTNAME, FIRSTNAMEFROM EMPLOYEES WHERE SALARY LASTNAME LIKE '%S');
Correct
Feedbacks
BlueRat
-
1 year ago
Downvoted this question
Similar IT-6203 questions
Which of the following is the correct example of creating a subquery that copy the values from emplo...
Which of the following is the correct example of an attribute?
Which of the following is the correct example of an entity.
Which of the following follows the order of designing, implementing and mainting and Oracle Database
Which of the following is the Disk space requirement when installing Oracle?
Which of the following is the example of adding a check constraint on column BOOKID to accept value...