Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

sql delete table

Deletes a table from a database.
Example: Removes the users table.
DROP TABLE users;
Source by livesql.oracle.com #
 
PREVIOUS NEXT
Tagged: #sql #delete #table
ADD COMMENT
Topic
Name
2+8 =