If I entered into mysql...created a data base...created a table...after my work I log out mysql...aftr relogin in mysql how should I gt my data of previously created table??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

If I entered into mysql...created a data base...created a table...after my work I log out mysql...aftr relogin in mysql how should I gt my data of previously created table???

13th Jul 2016, 2:58 PM
Deshpande kirti
2 Answers
0
after you create table you have to insert data to the table and then u can retrieve your data using select statements how many time you logout or login that doesn't matter your data is stored in database
14th Jul 2016, 5:53 PM
ashwath nm
ashwath nm - avatar
0
type command as desc tablename to show if it is exist or not then perform operations on it
22nd Jul 2016, 4:09 AM
rk naidu
rk naidu - avatar