Answers

Question and Answer:

  Home  Database Analyst

⟩ Can you write the command to remove all employees named John from the EMPLOYEE table?

DELETE from EMPLOYEE WHERE firstName = ‘ABCDEF’

 146 views

More Questions for you: