If SQL command DELETE FROM EMPLOYEE; is executed on relation EMPLOYEE having n…
2022
If SQL command DELETE FROM EMPLOYEE; is executed on relation EMPLOYEE having n tuples, will be deleted from relation EMPLOYEE –
Answer: C. All n tuples — All n tuples
- A.
Zero tuples
- B.
Only first tuple
- C.
All n tuples
- D.
Only last tuple
Attempted by 2009 students.
Show answer & explanation
Correct answer: C
All n tuples
Loading lesson…