#sql
Read more stories on Hashnode
Articles with this tag
Start: sudo mysql Database: Create: CREATE DATABASE demo; Create/Import from dump: sudo mysql < employees.sql Show: SHOW DATABASES; or SHOW...