MySql Tutorial using terminal

 1. start sql shell



2. show databases

3. create databases:
- create database Manish;
or
- create schema Manish;


4. show databases; 

5. change current database/ choose database to perform operations.


6. now create table in the selected Database


7. Insertion in the table:


8. show the contents of the table:


9. 











 



Next Post Previous Post
No Comment
Add Comment
comment url