Practicing for Basic SQL Operations of Database Management System

Questions 1 of 10
  • Q. 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?