Data definition language: Difference between revisions

Content deleted Content added
m Reverted edits by 2402:3A80:1098:EF41:D328:8266:2C99:B149 (talk) to last version by Eevee01
Line 69:
For example, the command to drop a table named '''employees''' is:
 
<syntaxhighlight lang="textsql">
DROP TABLE employees;
</syntaxhighlight>