(Find all correct answers)
a) /e b) \G c) \g d) \c
[The mysql Client Program (10%) - Client Commands and SQL Statements]
mysql 5.0/5.1 questions for learning purposes
mysql
client commands send SQL statements to the server?
(Find all correct answers)
a) /e b) \G c) \g d) \c
[The mysql Client Program (10%) - Client Commands and SQL Statements]
You must be logged in to post a comment.
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.