Which Of The Following Is A Correct Syntax For Delete Statement #105
Which of the following is a correct syntax for delete statement?
This multiple choice question (MCQ) is related to the book/course gs gs115 Structured Query Language. It can also be found in gs gs115 SQL Statements - SQL Delete Statement - Quiz No.1.
Which of the following is a correct syntax for delete statement?
Delete From table_name Where condition(s);
Delete table_name;
Delete Table table_name;
Delete From table table_name;