Tuesday, May 10, 2016

SQL SELECT Database

Hi guys,
      Today we will discuss about select a database from your pc.The SQL USE statement is used to select any existing database in SQL schema. 

(01).  Open MySQL console
(02). Type showdatabases to view databases witch you already have.          
(03).  eg :- To use 'buddy' database in my computer,Type Command,


       USE buddy ;
Then you can see as below...
Now you can use 'buddy' database to your process...