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

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 708
    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:

    1. DROP table tablename;

    Example:

    1. DROP table Employee;

    It will delete Employee table from the database.

    Syntax to drop a database:

    1. DROP database databasename;

    Example

    1. DROP database Student;

    It will delete Student database.

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Reset Password
Fill out the form below and reset your password: