Which of the following statements will be used to delete all the records from a table named, th?
1. DELETE from tb1;
2. DELETE ‘ from tb1;
3. DELETE tb1;
Correct Answer: Only1 and 2
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More Database Management MCQ Questions