Created
September 8, 2016 06:38
-
-
Save 2arunpmohan/bd928bb87aee75a0c619ec43ac708586 to your computer and use it in GitHub Desktop.
database operations mySql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
list all databases in database | |
show databases; | |
create a database | |
create databaseName |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment