0% found this document useful (0 votes)
111 views1 page

Oracle 1Z0 061

The document outlines exam topics on Oracle Database 12c including: 1) Describing features of Oracle Database 12c and Oracle Cloud 12c as well as relational and object relational database concepts. 2) Using SQL statements to retrieve, restrict, sort, customize output and report aggregated data from single and multiple tables using joins, subqueries, and set operators. 3) Managing tables using DML statements and introducing DDL for defining database objects, table structures, and constraints.

Uploaded by

sharadkadam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
111 views1 page

Oracle 1Z0 061

The document outlines exam topics on Oracle Database 12c including: 1) Describing features of Oracle Database 12c and Oracle Cloud 12c as well as relational and object relational database concepts. 2) Using SQL statements to retrieve, restrict, sort, customize output and report aggregated data from single and multiple tables using joins, subqueries, and set operators. 3) Managing tables using DML statements and introducing DDL for defining database objects, table structures, and constraints.

Uploaded by

sharadkadam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Exam Topics:

Introduction
Describe the features of Oracle Database 12c
Describe the salient features of Oracle Cloud 12c
Explain the theoretical and physical aspects of a relational database
Describe Oracle server s implementation of RDBMS and object relational database ma
nagement system (ORDBMS)
Retrieving Data using the SQL SELECT Statement
Explain the capabilities of SQL SELECT statements
Execute a basic SELECT statement
Restricting and Sorting Data
Limit the rows that are retrieved by a query
Sort the rows that are retrieved by a query
Use ampersand substitution to restrict and sort output at runtime
Using Single-Row Functions to Customize Output
Describe various types of functions available in SQL
Use character, number, and date functions in SELECT statements
Using Conversion Functions and Conditional Expressions
Describe various types of conversion functions that are available in SQL
Use the TO_CHAR, TO_NUMBER, and TO_DATE conversion functions
Apply conditional expressions in a SELECT statement
Reporting Aggregated Data Using the Group Functions
Identify the available group functions
Describe the use of group functions
Group data by using the GROUP BY clause
Include or exclude grouped rows by using the HAVING clause
Displaying Data From Multiple Tables Using Joins
Write SELECT statements to access data from more than one table using equijoins
and nonequijoins
Join a table to itself by using a self-join
View data that generally does not meet a join condition by using OUTER joins
Generate a Cartesian product of all rows from two or more tables
Using Subqueries to Solve Queries
Define subqueries
Describe the types of problems that the subqueries can solve
Describe the types of subqueries
Write single-row and multiple-row subqueries
Using the SET Operators
Describe set operators
Use a set operator to combine multiple queries into a single query
Control the order of rows returned
Managing Tables using DML statements
Truncate data
Insert rows into a table
Update rows in a table
Delete rows from a table
Control transactions
Introduction to Data Definition Language
Categorize the main database objects
Explain the table structure
Describe the data types that are available for columns
Create a simple table
Explain how constraints are created at the time of table creation
Describe how schema objects work

You might also like