SQL SQL MOC


SQL commands are case insensitive but typically capitalized.

After connecting to the DBMS, choose the database with USE.

MariaDB [none]>USE databasename;
MariaDB [databasename]>

Structure

  • Every statement ends with a ;
  • SQL commands are not case sensitive
  • Columns and tables are case sensitive
  • Multiple parameters are separated by ,