Answer Posted / a.kishan kumar
mysql> select
table_schema,sum(data_length+index_length)/1024/1024 from
information_schema.tables group by table_schema;
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is csv?
What is tee command in mysql?
how to dump all databases for backup. Backup file is sql commands to recreate all db's.
How do I know if mysql is installed on windows?
What is sql in mysql?
What is required to create mysql database?
What is pragma autonomous_transaction?
How many entries can mysql handle?
Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.
What is the maximum no of columns a table can have?
What is mysql default port number?
How to returns the columns and column information pertaining to the designated table.
How do you create a primary key?
What is difference between Sql server and MySql database? It may be silly question but i really dont know.
How to create trigger in mysql phpmyadmin?