What can I do with mysql?



What can I do with mysql?..

Answer / Idreesh Ahmed

With MySQL, you can create, update, and manage databases. It is primarily used for storing, retrieving, and manipulating structured data such as tables, indexes, views, and stored procedures.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is mysql database server?

1 Answers  


Which datatype is used for email in mysql?

1 Answers  


Explain csv tables.

1 Answers  


Use mysqldump to create a copy of the database?

2 Answers  


What are the technical specifications of mysql?

1 Answers  


What are HEAP tables in MySQL?

1 Answers  


What are date and time intervals?

1 Answers  


How to create a new table in mysql?

1 Answers  


when i declare date data type in sql ,i inserted the date 22-10-2012,but my result is in different date 1894-07-11 any one pls help me what's wrong in my query Create table orders(od_id int,od_name varchar(10),od_date date) insert into orders values(1,'sai',22-10-2012) and any one pls suggest what i can learn for 3 years real time experenice in sql because i am looking for database field

1 Answers  


How to determine the location of the data directory?

1 Answers  


Is there a free mysql?

1 Answers  


What is the different between NOW() and CURRENT_DATE()?

1 Answers  


Categories