b) In how many ways you can view a table? Name the views of table?
Answers
Answered by
2
Answer:
To count the total number of tables, use the concept of count(*) with table schema.
First, to check how many tables are present in our database “business”, we need to use the 'show' command.
MySQL> show tables; The following is the output that displays all the tables in the database "business".
Similar questions