How to include comments in sql statements?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More MySQL Interview Questions

How do I restore a database in mysql workbench?

0 Answers  


What is longblob in mysql?

0 Answers  


For the database from the previous question, please give an SQL query which returns the invoice number of all invoices which contain the article with the number ?1234?. The query should be able to run under a MySQL 4.0 database.

1 Answers  


Write a query to find duplicate rows in table?

0 Answers  


Is mysql port 3306 tcp or udp?

0 Answers  


What are the different table present in MYsql?

3 Answers  


Does mysql case matter?

0 Answers  


I want to make a query where I want to eliminate the duplicate rows from the table. For example : Input : Table : NAME Column1 Column2 India USA USA India UK India India UK The desired output that I want to eliminate the duplicates Output India USA UK India Thanks

2 Answers   Sun Life,


How can you add and remove any column of a table?

0 Answers  


What is delimiter $$?

0 Answers  


Is mysql a dbms?

0 Answers  


How to make a copy values from one column to another in mysql?

0 Answers  


Categories