Warning: Creating default object from empty value in /www/htdocs/v030397/mysql-qotd/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 4991

Warning: Creating default object from empty value in /www/htdocs/v030397/mysql-qotd/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 4993
Question 10: Which of the following mysql client commands send SQL statements to the server? – MySQL Question of the Day

Skip to content

By urs in mysql questions

 
(Find all correct answers)

a) /e
b) \G
c) \g
d) \c

 
[The mysql Client Program (10%) - Client Commands and SQL Statements]
 

Tags: , ,

Comment Feed

One Response


  1. Answers:
    b c

    \g stands for “GO” – basically does, what a semicolon would do.
    \G displays the result vertically – great if the result is only a few rows.
    \c can be useful when you started to type and noticed a mistake: it clears the current command.

You must be logged in to post a comment.