Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- overload
- reference
- ALTER
- fuction
- start()
- methodArea
- 추상클래스
- hamobee
- class
- constantnumber
- MSA
- string
- 생성자
- Eureka
- value
- Polymorphism
- hashCode
- 콘크리트클래스
- abstractclass
- garbagecollection
- Hashtable
- arguments
- eclipse
- Vector
- concreteclass
- object
- run()
- 객체형변환
- super
- override
Archives
- Today
- Total
뇌운동일지
[Oracle] 데이터베이스 생성, ER 다이어그램 본문
제약조건 : 원하지 않는 내용이 들어가는 것을 방지
table 수준의 제약조건
column 수준의 제약조건
SQL은 ; 를 만나기 전까지 실행되지 않음
CLI : command line interface
ERD : ER 다이어그램 (Entity Relation Diagram)
논리적 분석도
두 테이블 간에 아무런 관계가 없다면 일단은 다대다 관계
데이터베이스 분석 설계
명세도를 보고 ERD(논리적)를 작성한 후, ERD(물리적) 작성한 후 소스코드를 생성하시오.
Tools > Forward Engineer/Schema Generation
'DB > Oracle' 카테고리의 다른 글
[Oracle SQL] select 추가사항 (0) | 2020.05.26 |
---|---|
[Oracle SQL] select 연습문제 (0) | 2020.05.25 |
[Oracle] function (0) | 2020.05.25 |
[Oracle] select (0) | 2020.05.22 |
oracle 설치 (0) | 2020.05.21 |
Comments