Do I need python for mysql?



Do I need python for mysql?..

Answer / Shashwat Gupta

No, you do not necessarily need Python for MySQL. MySQL has its own native programming interface called MySQL Client Library (Library API) which can be used to interact with a MySQL database from various programming languages such as C, Java, PHP, etc. However, Python is one of the popular programming languages for working with databases including MySQL.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What are HEAP tables in MySQL?

1 Answers  


How can we get total number of records by query in mysql?

1 Answers  


What is the difference between char and varchar?

1 Answers  


Explain MySQL optimization?

1 Answers  


What is memory table in mysql?

1 Answers  


How you will show all data from a table.

1 Answers  


Write a query to display even rows in student table using mysql?

1 Answers  


Why mongodb is faster than mysql?

1 Answers  


What are triggers mysql?

1 Answers  


how to know the tables in database having foreign key?

2 Answers  


Can not connect to mysql server 10060?

1 Answers  


How do you index just the first four bytes of the column?

2 Answers  


Categories