데이터베이스 프로그램들이 사용하는 언어. 국제표준
SQL> create 아이디 identified by 비밀번호
connect system/1234 → 로그인할 role
resource → CRUD 작업을 할 role
SQL> grant connect, resource to scott;
SQL> conn scott/1234 → 권한 부여 확인
C:/ → C:/로 시작되면 권한 부여 확인을 sqlplus-username,pw
전체 영역에 * { box-sizing: border-box; } 잊지말기..
부모요소에 overflow: hidden; (clear하다) 적용 하면 ↓
본문영역인 section에는 height값 적용 할 수 없다. 그래서 최소 높이 값 적용을 위해 min-height를 사용한다.