일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
29 | 30 | 31 |
Tags
- 백준 알고리즘
- 파이썬
- github
- python
- xss game 풀이
- blind sql injection
- xss game
- htmlspecialchars
- document
- 백준 파이썬
- window
- IF문
- element 조회
- jQuery
- Pwndbg
- lord of sql injection
- property
- 자바스크립트
- 객체
- 김성엽 대표님
- suninatas 풀이
- 사칙연산
- 포인터
- 함수
- burp suite
- 메소드
- sql injection
- object
- 배열
- 조건문
Archives
- Today
- Total
목록scott 설치 (1)
power-girl0-0
[ Oracle DB ] scott 스키마 설치 | 제약 조건 설정 | 제약조건 스키마 | 제약 조건 확인
scott 스키마 설치 아래는 scott.sql 파일의 내용이다. -- -- Copyright (c) Oracle Corporation 1999. All Rights Reserved. -- -- NAME -- demobld_scott.sql -- -- DESCRIPTION -- This script creates the SQL*Plus demonstration tables. -- -- USAGE -- SQL> @demobld_scott.sql -- -- -- scott/tiger 계정 생성 -- system 계정으로 접속한다. SET FEEDBACK 1 SET NUMWIDTH 10 SET LINESIZE 80 SET TRIMSPOOL ON SET TAB OFF SET PAGESIZE 999 SET ECH..
언어/Database
2021. 3. 24. 10:42