February 2018
Intermediate to advanced
510 pages
16h 10m
English
Each of the SQL statements that you issue are sent to the server for execution. There is also a list of commands that mysql itself interprets. To get the list of all those commands, type \h or \help at the mysql> prompt.
Each of the commands have both long and short form that can be used; except short form cannot be used in multi-line comments. The long form is not case sensitive but the short form command is case sensitive.
Read now
Unlock full access