SQL (Structured Query Language) Question:
Download Job Interview Questions and Answers PDF
The Delete Statements:
Answer:
DELETE FROM table_name WHERE column_name = some_value
Delete All Rows:
DELETE FROM table_name or DELETE * FROM table_name
Delete All Rows:
DELETE FROM table_name or DELETE * FROM table_name
Download SQL Interview Questions And Answers
PDF
Previous Question | Next Question |
The INSERT INTO Statements: | What is use of CASCADE CONSTRAINTS? |