شرح بالعربي(SQL Server 2014 Tutorial How to Drop Table from database)

Опубликовано: 17 Июль 2026
на канале: Programming Tutorials
801
10

The SQL DROP TABLE statement is used to remove a table definition and all the data, indexes, triggers, constraints and permission specifications for that table.

NOTE − You should be very careful while using this command because once a table is deleted then all the information available in that table will also be lost forever.

Syntax
The basic syntax of this DROP TABLE statement