“SELECT name __ instructor name, course id
FROM instructor, teaches
WHERE instructor.ID= teaches.ID; Which keyword must be used here to rename the field name?

SELECT name ____ instructor name, course id
FROM instructor, teaches
WHERE instructor.ID= teaches.ID; Which keyword must be used here to rename the field name?
As
Explanation: As keyword is used to rename.
From
Rename
Join

Leave a Reply

Your email address will not be published. Required fields are marked *