Oracle 교육 사이트 Oracle Database 12c Administrator Certified Associate 에서 제공하는 자격증 취득을 위해서는 우선 Oracle Database 12c SQL 1Z0-071 에서 게시 된 시험에 합격해야 합니다. 이곳에서 제공하는 시험 준비 안내 정보를 토대로 글쓴이가 IT업계에서 경험한 정보를 글로 정리 해 보았습니다. 실제 업무 또는 시험 합격에 조금이 나마 도움이 되길 바랍니다.
- 1. Relational Database concepts 관계형 데이터베이스 개념
- 2. Retrieving Data using the SQL SELECT Statement SQL SELECT 문을 사용하여 데이터 검색하기
- 3. Restricting and Sorting Data 데이터 제한 및 정렬하기
- 4. Using Single-Row Functions to Customize Output 단일 행 함수를 사용하여 사용자 지정 출력하기
- 5. Using Conversion Functions and Conditional Expressions 변환 함수 및 조건식 사용하기
- 6. Reporting Aggregated Data Using Group Functions 그룹 함수를 사용하여 집계 데이터 보고서 작성하기
- 7. Displaying Data from Multiple Tables 여러 테이블의 데이터 표시하기
- 8. Using Subqueries to Solve Queries 하위 쿼리를 사용하여 쿼리 해결
- 9. Using SET Operators 집합 연산자 사용하기
- 10. Managing Tables using DML statements DML 문을 사용하여 테이블 관리하기
- 11. Managing Indexes Synonyms and Sequences 색인 동의명 및 일련번호 관리하기
- 12. Use DDL to manage tables and their relationships DDL을 사용하여 테이블 및 해당 관계 관리하기
- 13. Managing Views 뷰 관리하기
- 14. Controlling User Access 사용자 액세스 제어하기
- 15. Managing Objects with Data Dictionary Views 데이터 사전 뷰 로 개체 관리하기
- 16. Managing Data in Different Time Zones 다른 시간대의 데이터 관리하기
1. Relational Database concepts 관계형 데이터베이스 개념
- Explaining the theoretical and physical aspects of a relational database
관계형 데이터베이스의 이론적 그리고 물리적 측면 설명하기 - Relating clauses in SQL Select Statement to Components of an ERD
SQL Select 문의 절을 ERD(entity-relationship Diagram)의 구성 요소에 연결하기 - Explaining the relationship between a database and SQL
데이터베이스와 SQL사이에 관계를 설명하기
2. Retrieving Data using the SQL SELECT Statement SQL SELECT 문을 사용하여 데이터 검색하기
- Using Column aliases
열 별칭 사용하기 - Using The SQL SELECT statement
SQL SELECT 문 사용하기 - Using concatenation operator, literal character strings, alternative quote operator, and the DISTINCT keyword
연결 연산자, 리터럴 문자열, 대체 따옴표 연산자 및 DISTINCT 키워드 사용하기 - Using Arithmetic expressions and NULL values in the SELECT statement
SELECT 문에서 산술 표현식 및 NULL 값 사용하기
3. Restricting and Sorting Data 데이터 제한 및 정렬하기
- Applying Rules of precedence for operators in an expression
식의 연산자에 대한 우선 순위 규칙 적용하기 - Limiting Rows Returned in a SQL Statement
SQL 문에서 반환되는 행 제한하기 - Using Substitution Variables
대체 변수 사용하기 - Using the DEFINE and VERIFY commands
DEFINE 및 VERIFY 명령 사용하기 - Sorting Data
데이터 정렬하기
4. Using Single-Row Functions to Customize Output 단일 행 함수를 사용하여 사용자 지정 출력하기
- Manipulating strings with character functions in SQL SELECT and WHERE clauses
SQL SELECT 및 WHERE 절에서 문자 함수로 문자열 조작하기 - Performing arithmetic with date data
날짜 데이터로 산술 연산 실행하기 - Manipulating numbers with the ROUND, TRUNC and MOD functions
ROUND, TRUNC 및 MOD 함수로 숫자 조작하기 - Manipulating dates with the date function
날짜 함수로 날짜 조작하기
5. Using Conversion Functions and Conditional Expressions 변환 함수 및 조건식 사용하기
- Applying the NVL, NULLIF, and COALESCE functions to data
NVL, NULLIF 및 COALESCE 함수를 데이터에 적용하기 - Understanding implicit and explicit data type conversion
암시 적 및 명시 적 데이터 형식 변환 이해하기 - Using the TO_CHAR, TO_NUMBER, and TO_DATE conversion functions
TO_CHAR, TO_NUMBER 및 TO_DATE 변환 함수 사용하기 - Nesting multiple functions
여러 함수 중첩
6. Reporting Aggregated Data Using Group Functions 그룹 함수를 사용하여 집계 데이터 보고서 작성하기
- Restricting Group Results
그룹 결과 제한하기 - Creating Groups of Data
데이터 그룹 생성하기 - Using Group Functions
그룹 함수 사용하기
7. Displaying Data from Multiple Tables 여러 테이블의 데이터 표시하기
- Using Self-joins
자기 연결 사용하기 - Using Various Types of Joins
다양한 형식의 연결 사용하기 - Using Non equijoins
비 동등 연결 사용하기 - Using OUTER joins
외부 연결 사용하기 - Understanding and Using Cartesian Products
데카르트 곱 이해 및 사용하기
8. Using Subqueries to Solve Queries 하위 쿼리를 사용하여 쿼리 해결
- Using Single Row Subqueries
단일 행 하위 쿼리 사용하기 - Using Multiple Row Subqueries
여러 행 하위 쿼리 사용하기 - Update and delete rows using correlated subqueries
상관 된 하위 쿼리를 사용하여 행 업데이트 및 삭제하기
9. Using SET Operators 집합 연산자 사용하기
- Matching the SELECT statements
SELECT 문 일치하기 - Using the ORDER BY clause in set operations
집합 연산에서 ORDER BY 절 사용하기 - Using The INTERSECT operator
INTERSECT 연산자 사용하기 - Using The MINUS operator
MINUS 연산자 사용하기 - Using The UNION and UNION ALL operators
UNION 및 UNION ALL 연산자 사용하기
10. Managing Tables using DML statements DML 문을 사용하여 테이블 관리하기
- Managing Database Transactions
데이터베이스 트랜잭션 관리하기 - Controlling transactions
트랜잭션 제어하기 - Perform Insert, Update and Delete operations
삽입, 업데이트 및 삭제 조작 실행하기 - Performing multi table Inserts
다중 테이블 삽입 실행하기 - Performing Merge statements
Merge 문 실행하기
11. Managing Indexes Synonyms and Sequences 색인 동의명 및 일련번호 관리하기
12. Use DDL to manage tables and their relationships DDL을 사용하여 테이블 및 해당 관계 관리하기
- Describing and Working with Tables
테이블 설명 및 조작하기 - Describing and Working with Columns and Data Types
열 및 데이터 형식 설명 및 조작하기 - Creating tables
테이블 생성하기 - Dropping columns and setting column UNUSED
컬럼 삭제 및 컬럼 UNUSED 설정하기 - Truncating tables
테이블 잘라내기 - Creating and using Temporary Tables
임시 테이블 생성 및 사용하기 - Creating and using external tables
외부 테이블 생성 및 사용하기 - Managing Constraints
제약 관리하기
13. Managing Views 뷰 관리하기
- Managing Views
뷰 관리하기
14. Controlling User Access 사용자 액세스 제어하기
- Differentiating system privileges from object privileges
시스템 권한과 개체 권한 구분하기 - Granting privileges on tables
테이블에 대한 권한 부여하기 - Distinguishing between granting privileges and roles
권한 부여와 역할 구분
15. Managing Objects with Data Dictionary Views 데이터 사전 뷰 로 개체 관리하기
- Using data dictionary views
데이터 사전 뷰 사용하기
16. Managing Data in Different Time Zones 다른 시간대의 데이터 관리하기
- Working with CURRENT_DATE, CURRENT_TIMESTAMP,and LOCALTIMESTAMP
CURRENT_DATE, CURRENT_TIMESTAMP 및 LOCALTIMESTAMP으로 조작하기 - Working with INTERVAL data types
INTERVAL데이터 형식으로 조작하기