Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • DROP Statement

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 601
    Comment on it

    DROP Statement:

    With the help of drop statement we can easily delete a table or a database and it is a DML(Data Manipulation Language) command.

    Syntax to drop a table:

    DROP table tablename;
    

    Example:

    DROP table Employee;
    

    It will delete Employee table from the database.

    Syntax to drop a database:

    DROP database databasename;
    

    Example

    DROP database Student;
    

    It will delete Student database.

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: