Computer Science, asked by harshuu972, 1 month ago

to display all existing data from mobil write the mysql command​

Answers

Answered by AFAC
2

Explanation:

Show all data from a table. mysql> SELECT * FROM [table name]; To return columns and column information. mysql> show columns from [table name];

Similar questions