Answer Posted / chitra
Mysql is open source and Sql is not open source.Mysql is an
interpreter of Sql but sql is a common language.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is row?
How to see table's field formats or description of table .
What is foreign key in mysql?
What is mysql sleep process?
How to dump a table to a file with 'mysqldump'?
What is a query in mysql?
How can I remotely connect to mysql database?
Can we use mysql and mysqli together?
How can I compare two mysql databases?
what is the default port for mysql server? : Mysql dba
What is pdo :: fetch_assoc?
What is mysql and why it is used?
What is mysql in dbms?
What is timestamp in mysql?
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.