분류 전체보기
-
[SQL] DML, DDL, DCL개발/SQL 2023. 4. 20. 23:04
구분 명령어 데이터 조작어 (DML: Data Manipulation Language) SELECT 데이터 조회 INSERT 데이터 삽입 UPDATE 데이터 수정 DELETE 데이터 삭제 데이터 정의어 (DDL: Data Definition Language) CREATE 데이터베이스, 테이블 생성 ALTER 테이블 수정 DROP 데이터베이스, 테이블 삭제 TRUNCATE 테이블 초기화 데이터 제어어 (DCL: Data Control Language) GRANT 데이터베이스 작업 권한 부여 REVOKE 데이터베이스 작업 권한 박탈/회수 COMMIT 데이터베이스 저장 ROLLBACK 데이터베이스 원복
-
-
MySQL 설치 방법개발/SQL 2023. 4. 12. 23:45
# 설치 프로그램 다운로드 https://www.mysql.com/ MySQL Over 2000 ISVs, OEMs, and VARs rely on MySQL as their products' embedded database to make their applications, hardware and appliances more competitive, bring them to market faster, and lower their cost of goods sold. Learn More » www.mysql.com # 설치
-
[SQL] 샘플 데이터베이스개발/SQL 2023. 4. 11. 20:54
MySQL https://www.mysqltutorial.org/mysql-sample-database.aspx/ PostgreSQL https://www.postgresqltutorial.com/postgresql-getting-started/postgresql-sample-database/ Oracle https://www.oracletutorial.com/getting-started/oracle-sample-database/ MsSQL https://learn.microsoft.com/ko-kr/sql/samples/sql-samples-where-are?view=sql-server-ver15
-
Java와 Apache Tomcat 버전개발 2023. 4. 5. 00:57
Java SE(Java Platform, Standard Edition): 자바 표준 JDK(Java Development Kit): 자바 응용 소프트웨어 개발 도구 JVM(Java Virtual Machine): 자바 프로그램 가상 머신 JRE(Java Runtime Environment): 자바 프로그램 실행 환경 Java SE JDK Apache Tomcat 20 20 11.0.x 19 19.0.2 19.0.1 19 18 18.0.2.1 18.0.2 18.0.1.1 18.0.1 18 17 17.0.6 17.0.5 17.0.4.1 17.0.4 17.0.3.1 17.0.3 17.0.2 17.0.1 17 16 16.0.2 10.1.x 16.0.1 16 15 15.0.2 15.0.1 15 14 14.0.2..