Is mysql a scripting language?



Is mysql a scripting language?..

Answer / Satyawan Singh

MySQL is not a scripting language in the traditional sense. It's a relational database management system (RDBMS) that uses SQL as its primary language for managing and querying data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How to delete an existing column in a table?

1 Answers  


What is the difference between the primary and unique key in mysql?

1 Answers  


what if you really want to store the timestamp data, such as the publication date of the article?

2 Answers  


What is mysql default database?

1 Answers  


What does mysql workbench do?

1 Answers  


What is dirty read and phantom read?

1 Answers  


Which software is used for mysql?

1 Answers  


What is mysqladmin flush hosts?

1 Answers  


How do I download mysql on my laptop?

1 Answers  


What is the difference between mysql and pdo?

1 Answers  


How can you see all indexes defined for a table?

1 Answers  


Write a query to fetch duplicate records from a table using mysql?

1 Answers  


Categories