Which of the following will insert a record into a table named employee with empid and empname as columns?

Which of the following will insert a record into a table named employee with empid and empname as columns?Category: Introduction to Linux IIAuthor "LinuxQuestions"Which of the following will insert a record into a table named employee with empid and empname as columns?
Linux Questions Staff asked 1 year ago

Which of the following will insert a record into a table named employee with empid and empname as columns?

  • INSERT INTO EMPLOYEE VALUES ( 101,’Joe’);
  • INSERT EMPLOYEE VALUES ( 101,’Joe’);
  • INSERT FROM EMPLOYEE VALUES ( 101,’Joe’);
  • INSERT EMPLOYEE ( 101,’Joe’);

About the author