Notice
Recent Posts
Recent Comments
목록⑨ 직무역량강화 (84)
Gentle Breeze
[Oracle 9i] PL/SQL
- PL/SQL (Procedural Language SQL) SQL + 절차적 언어 기능 - 절차적 언어 기능 ① 변수선언 ② 에러처리 ③ 제어문사용 → C, C++, JAVA...
⑨ 직무역량강화/Oracle
2008. 9. 8. 10:53
[Oracle 9i] Transaction
- Transaction 논리적 작업 단위 (logical unit of work) / 일련된 DML 문의 집합 - Transaction 제어문 * commit - Transaction 적용 완료 * rollback - Transaction 되돌림 완료 * savepoint - 저장점 → Transaction 완료되지 않음
⑨ 직무역량강화/Oracle
2008. 9. 8. 10:48
[Oracle 9i] Key
- Primary Key (PK) 한 table data (row)를 유일하게 식별해주는 column 혹은 column 의 조합 - PK 조건 ① unique ② not null ③ 1개 / table - Foreign Key (FK) 다른 혹은 같은 table 의 PK column 값을 참조하는 column - FK 조건 ① Duplicable ② Nullable ③ Many / table
⑨ 직무역량강화/Oracle
2008. 9. 8. 10:34