• the following statement when given on isql prompt and then given go statement  creates a Database named "GO"

    CREATE DATABASE GO

    B'coz GO is a command in isql only and that also when used as the first keyword of the line, and Query Analyzer does not need any go statement for Executing any Query hence it does not decode "GO" into any keyword . But it thinks it as of a Database Name that needs to be created.

    Hence the Statement "CREATE DATABASE GO" will create a DAtabase named "GO"

     

    Avinash Barnwal


    Kindest Regards,

    Avinash

    avin_barnwal@hotmail.com