목록employees databases (1)
2swan
MYSQL Workbench employees 샘플 데이터 설치
1. employees 파일 압축 풀기 2. cd.. 3. cd.. 4. cd. employees 5. mysql -u root -p 6. password 입력 7. source employees.sql 8. use employees; 9. show tables; cd(change directory의 약자) cd: 디렉토리 들어가는 명령문 cd.. : 상위 디렉토리 들어가는 명령문 use employees; : 스키마 변경 명령어 show tables; : 해당 스키마 명령어 종류 확인 show databases; : 데이터베이스 목록 조회
Tool/Mysql
2022. 2. 24. 22:37