Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • SQl:Create,Drop and Select Database Commands

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 253
    Comment on it

    1. CREATE DATABASE

    Create database is a type of command used to create new SQL database.

    Here is the syntax of CREATE DATABASE statement:-

    CREATE DATABASE DatabaseName; 
    

    2.DROP DATABASE

    Drop database is a type of command used to drop any existing database in SQL schema.

    Here is the syntax of DROP DATABASE statement:-

    DROP DATABASE DatabaseName; 
    

    3.SELECT Database/USE Statement

    Select database/Use statement both command is used for same purpose that is to select any existing database in SQL schema.

    Here is the syntax of SELECT DATABASE/USE Statement:-

    USE DatabaseName;
    

 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: