home

Sql Drop Tutorial


SQL Drop Query is used for Removing the table and all of it's contents. Drop is also used for Removing a Database with all the tables and data.

 

SYNTAX:
DROP TABLE nameoftable;
DROP DATABASE nameofdatabase;

EXAMPLE:
DROP TABLE items;
DROP DATABASE students;

DESCRIPTION:
DROP is used for completing deleting a table or database with all its data. It's a dangerous command as you will lose all contents.


Content on this page requires a newer version of Adobe Flash Player.

Get Adobe Flash player

all rights reseverd by Cramerz.com©. web design london by dotPeak. hosting by HostBay
all contents on cramerz are the property of Cramerz.com