0
What is the difference between show and select?
Difference between show and select?
5 Answers
+ 1
* SHOW
Is used to show various types of information related with the database and/or its contents or metadata.
https://mariadb.com/kb/en/show/
* SELECT
Is used to select columns(a.k.a fields) from a table, or multiple tables.
https://mariadb.com/kb/en/selecting-data/
https://www.w3schools.com/sql/sql_select.asp
+ 1
Have you tried to search the net for a clarification to your doubt?
0
I have another doubt
0
How to create normalisation tables
0
In normalisation for example if I want to create 2 tables then I need to create two different tables ?is it right