CODE WORLD
THIS BLOG IS PROVIDE BIG DATA,JAVA,C++,SQL TUTORIAL
Monday, 28 May 2018
SQL DROP TABLE COMMAND
SQL DROP TABLE Statement:
THE DROP TABLE statement is used drop table from existing table in a database.
SYNTAX:
DROP TABLE
table_name;
=>when you delete the table lost all data are present in the table.
EXAMPLE:
DROP TABLE
employee;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
SQL Select Statement/command:SQL Tutorial
Find index of element from ArrayList in java
ArrayList indexOf(); In ArrayList indexOf() is used to find the position of the element.if indexOf return -1 value then element is not...
No comments:
Post a Comment