use columns aliases {Ans: (' '), (" "), $, #, @ used when joining tables}+ {Ans: Addition}List multiple columns {Ans: SELECT DISTICT}describe TABLESNAME; {Ans: it displays information about each of the table's columns.}show tables; {Ans: list the tables in the current database}LEFT {Ans: }