SQL (Structured Query Language) Question:
What is use of CASCADE CONSTRAINTS?
Answer:
When this clause is used with the DROP command, a parent table can be dropped even when a child table exists.
Previous Question | Next Question |
The Delete Statements: | Which system tables contain information on privileges granted and privileges obtained? |