What is information_schema in mysql?



What is information_schema in mysql?..

Answer / Zainul Abdin

The Information Schema in MySQL is a virtual database that provides metadata about the structure and usage of the current database instance. It contains tables, views, and other objects that allow users to access and manipulate the database's metadata.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

Why should I learn mysql?

1 Answers  


How do I edit a database in mysql workbench?

1 Answers  


What is Foreign Key? What is the main difference between primary key and Foreign Key ? How Foreign Key can be defined? Is Foreign key is used to join two or more table?

4 Answers  


How can we change the name of a column of a table?

7 Answers  


Write a program using the select statement, while loop.

1 Answers  


What are different types of queries?

1 Answers  


Explain the difference between delete and truncate.

1 Answers  


What is mysql_connect?

1 Answers  


What are the difference between mongodb and mysql?

2 Answers  


What is DCL in MySQL?

1 Answers  


What is difference between mysql and mysql server?

1 Answers  


What is normalization and list the different types of normalization?

1 Answers  


Categories