--Login to mysql CLI mysql -u retail_dba -h nn01.itversity.com -p show databases; use retail_db; show tables; select * from departments;