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???
2 Antworten
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
0
type command as desc tablename to show if it is exist or not then perform operations on it