Oracle Database 12c Sql Certified Associate 1z0 071

Become Oracle SQL Certified ( OCA ) / Covers ORACLE university track 100%. All the presentations & scripts are attached

Last updated 2022-01-10 | 4.5

- The Full track of Oracle Database 12c: Introduction to SQL Ed 2.
- You will be prepared 100% to pass exams Oracle Database SQL 1Z0-071 And also exam Oracle Database 12c: SQL Fundamentals 1Z0-061
- Very strong introduction to make you understand the oracle database and RDBMS.

What you'll learn

The Full track of Oracle Database 12c: Introduction to SQL Ed 2.
You will be prepared 100% to pass exams Oracle Database SQL 1Z0-071 And also exam Oracle Database 12c: SQL Fundamentals 1Z0-061
Very strong introduction to make you understand the oracle database and RDBMS.
Oracle Database 12c Architecture
Downloading and installing oracle database 12c in details
Connecting to the Database
Retrieving data using the select statement / Restricting and Sorting Data
Substitution Variables
Using Single-Row Functions to Customize Output
Reporting Aggregated Data Using the Group Functions
Displaying Data from multiple tables using joins
Using Subqueries to Solve Queries
Using the Set Operators
Managing tables using DML Statments ( Insert
Update
Delete )
Data Definition Language / Creating tables
Data Dictionary Views
Creating sequences
synonyms
and indexes
Creating Views in details
Managing Schema Objects
Retrieving Data By Using Subqueries
Manipulating Data By Using Subqueries
Controlling User Access in details
Manipulating Data
Managing Data in Different Time Zones
Exam information / Exams Details / Exam Practice
many other information
you can see the full curriculum

* Requirements

* This course start from zero knowledge to expert level.
* Windows Operating system is preferred
* but this is not mandatory if you have the knowledge of downloading Oracle database 12c on other OS.
* Downloading oracle database and this will be covered in details on Windows OS.
* No need for any prerequisite database skills
* this course designed from Zero to certified level.

Description

  • The Full track of Oracle Database 12c: Introduction to SQL Ed 2.
  • You will be prepared 100% to pass exams Oracle Database SQL 1Z0-071 And also exam Oracle Database 12c: SQL Fundamentals 1Z0-061
  • Very strong introduction to make you understand the oracle database and RDBMS.
  • Oracle Database 12c Architecture
  • Downloading and installing oracle database 12c in details
  • Connecting to the Database
  • Retrieving data using the select statement / Restricting and Sorting Data
  • Substitution Variables
  • Using Single-Row Functions to Customize Output
  • Reporting Aggregated Data Using the Group Functions
  • Displaying Data from multiple tables using joins
  • Using Subqueries to Solve Queries
  • Using the Set Operators
  • Managing tables using DML Statments ( Insert, Update, Delete )
  • Data Definition Language / Creating tables
  • Data Dictionary Views
  • Creating sequences, synonyms, and indexes
  • Creating Views in details
  • Managing Schema Objects
  • Retrieving Data By Using Subqueries
  • Manipulating Data By Using Subqueries
  • Controlling User Access in details
  • Manipulating Data
  • Managing Data in Different Time Zones
  • Exam information / Exams Details / Exam Practice
  • many other information, you can see the full curriculum

Course content

28 sections • 183 lectures

Course Agenda Preview 06:12

System Development Life Cycle & Database Definition Preview 03:23

What is a Table? Preview 01:30

Data Models & ERM Preview 04:20

About Primary key & foreign key Preview 04:14

SQL and Types of SQL Statements Preview 03:02

Oracle Database 12c Architecture Preview 04:27

HR Schema in this Course Preview 04:34

Oracle Live SQL / No Installation for anything Preview 08:43

Oracle Live SQL limitation Preview 00:21

before you install oracle DB Preview 00:13

Downloading Oracle DB 12c Preview 03:42

Installing Oracle DB 12c Preview 09:16

About Oracle 18c express edition Preview 00:06

About oracle 11g express edition Preview 00:15

Connecting SYS using SQL plus & SQL Developer Preview 10:39

if you do not remember the sys password Preview 00:00

Unlock HR Account Part 1 Preview 04:30

Unlock HR Account Part 2 Preview 11:49

ORA-01033 oracle initialization or shutdown in progress 12c Preview 03:33

ORA-65054: Cannot open a pluggable database in the desired mode Preview 00:15

Creating new pluggable database contains HR user Preview 00:06

Navigate HR schema Preview 07:05

Capabilities of SQL SELECT Statements Preview 06:49

Arithmetic expressions and NULL values Preview 05:33

Column Alias, Concatenation , Distinct and DESCRIBE Preview 10:38

Important Notes in Select Statement Preview 04:39

The WHERE Clause & Comparison Operators Preview 12:22

Using Between and / IN / Like Operators Preview 10:36

Using IS NULL / NOT / Not equal Operators Preview 04:18

Logical Operators (AND/ OR/ NOT) Preview 09:47

Order by Clause Preview 08:50

The FETCH Clause Preview 08:09

What is a Substitution Variables (&) Preview 07:15

DEFINE / UNDEFINE Preview 04:59

ACCEPT / PROMPT Preview 03:52

Double-Ampersand / SET VERIFY / SET DEFINE Preview 06:21

Single Row Function Introduction Preview 05:05

Character functions (Upper, Lower, Initcap ) Preview 03:48

Character functions (concat, substr, length ) Preview 06:48

Character functions ( instr ) Preview 04:38

Character functions ( lpad, rpad , replace, trim) Preview 09:50

Number functions ( Round, Trunc, MOD ) Preview 10:25

Date Functions ( Sysdate) Preview 08:00

Date Functions ( months_between, add_months, next_day, last_day) Preview 08:38

Date Functions ( round , trunc ) Preview 08:10

Nesting Functions Preview 04:23

Implicit Data Conversion VS Explicit Preview 06:38

TO_CHAR with dates Preview 09:20

TO_CHAR with numbers Preview 13:00

TO_NUMBER , TO_DATE Functions Preview 07:59

nvl , nvl2 , nullif and coalesce Functions Preview 11:26

The CASE Function Preview 10:59

The DECODE Function Preview 06:33

Group functions Introduction Preview 05:57

Group functions (sum, count, max, min, avg & more) Preview 08:14

Group by Clause, Having Clause Preview 11:03

Before You Start, important notes Preview 05:15

HR Tables Diagram, Joins Clarification Preview 06:08

What is Cartesian product? Preview 05:07

Old Joins: Equijoin Preview 08:02

Old Joins: nonEquijoins Preview 08:15

Old Joins: outer join Preview 08:24

Old Joins: Self Join and More Practices Preview 08:56

1999 Syntax: Cross Join (Cartesian product ) Preview 03:45

1999 Syntax: Natural Join Preview 06:55

1999 Syntax: USING Clause Preview 03:32

1999 Syntax: ON Clause Preview 07:38

1999 Syntax: Left/Right/full Outer Join Preview 07:42

Single row Subqueries Preview 08:34

Multiple rows Subqueries Preview 06:34

NULL values and Subqueries Preview 04:23

Exists and not Exists Preview 04:03

Overview (Union, union all, intersect, minus ) Preview 04:20

Practice (Union, union all, intersect, minus ) Preview 12:06

Introduction to DML Preview 04:54

Insert Statement Preview 13:00

Inserting common errors Preview 04:34

Update Statement Preview 13:14

Delete Statement Preview 10:20

What is Database Transactions? Preview 04:20

About Commit & Rollback Preview 05:36

Practice ( Commit and rollback ) Preview 10:11

SAVEPOINT Preview 04:46

ROW Lock Preview 03:43

FOR UPDATE Clause Preview 07:39

DDL & Naming Rules Preview 07:06

Data Types Part 1 Preview 05:59

Data Types Part 2 Preview 05:03

Creating Tables (without constraints) Preview 09:06

Types of constraints and why we use it? Preview 06:28

Creating Tables ( Column Level Constraints ) Preview 10:44

Creating Tables ( Table Level Constraints ) Preview 05:29

Constraints Guidelines Preview 05:22

ON DELETE cascade / ON DELETE set null Preview 07:07

Create Table AS subquery Preview 06:36

Alter Table/ Add Columns Preview 08:44

Alter Table/ Modify Columns Preview 08:25

Alter Table/ Drop Columns Preview 05:32

Alter Table/ Set Unused Preview 05:48

ALTER TABLE READ ONLY / READ write Preview 03:58

Drop Table Preview 06:23

Rename Column / Rename Table Preview 03:26

Tips you Should know Part 1 Preview 05:48

Tips you Should know Part 2 Preview 02:32

Tips you Should know Part 3 Preview 06:13

Tips you Should know Part 4 Preview 04:46

Tips you Should know Part 5 Preview 04:18

Tips you Should know Part 6 Preview 05:42

About Exam 1Z0-061 / Visiting Oracle Website Preview 07:07

My recommendations Preview 03:36

1Z0-061 retires on 30, Nov 2019 Preview 00:05

What is Data Dictionary Views? Preview 06:12

What is DICTIONARY? Preview 02:58

USER_OBJECTS / ALL_OBJECTS Preview 07:28

USER_TABLES / ALL_TABLES / USER_TAB_COLUMNS Preview 05:30

USER_CONSTRAINTS & USER_CONS_COLUMNS Part 1 Preview 04:58

USER_CONSTRAINTS & USER_CONS_COLUMNS Part 2 Preview 14:45

COMMENT ON TABLE / COLUMN Preview 04:49

Sequences Part 1 Preview 04:49

Sequences Part 2 Preview 05:41

Sequences Part 3 Preview 08:28

Sequences Part 4 Preview 12:49

Creating Synonyms Preview 05:26

Creating Indexes Part 1 Preview 15:49

Creating Indexes Part 2 Preview 07:51

What is a View? / What is the benefits of Views? Preview 05:11

Creating Simple Views Preview 07:47

Creating Complex Views Preview 07:32

With READ ONLY / With check option / Force view Preview 07:19

Adding constraints / dropping constraints Preview 15:15

Rename Column / Rename Constraint Preview 03:22

Enable / Disable Constraints Preview 07:02

Understanding DEFERRABLE Constraints Preview 03:33

DEFERRABLE Constraints Exercises Preview 09:38

GLOBAL TEMPORARY TABLE Preview 04:53

About SQL*Loader Preview 10:49

External Tables Part 1 Preview 08:14

External Tables Part 2 Preview 06:43

Using the subquery as a source table Preview 09:24

Pairwise/ Non Pairwise Subqueries Preview 06:07

Scalar Subquery / Correlated Subquery Preview 08:52

Reminder of Exists / Not Exists Preview 05:01

WITH Clause Preview 11:04

Inserting/ Updating /Deleting Using a subquery as a target Preview 08:10

Correlated Update / Correlated Delete Preview 08:39

Database Security / System Privileges & Roles Preview 10:24

Database Security / Object Privileges Preview 08:34

System Privileges & Privileges Practice 1 Preview 09:39

System Privileges & Privileges Practice 2 Preview 10:30

Creating ROLE Practice Preview 11:48

With Grant Option Preview 07:06

Drop user Statement Preview 03:21

What is Data Warehouse? Preview 02:56

Explicit default value in insert & update statement Preview 04:13

Copy rows from another table Preview 03:01

INSERT ALL statement / INSERT FIRST Preview 11:19

Another "INSERT ALL" Example & Notes Preview 05:54

Creating Matrix Report Using PIVOT Preview 06:05

The Merge Statement Preview 05:43

FLASHBACK Table & System change Number ( SCN) Preview 08:45

THE INTERVAL ( YEAR TO MONTH / day TO second) Preview 06:16

to_yminterval / to_dsinterval Preview 04:14

Extract function Preview 02:24

timestamp / timestamp with time zone Preview 04:22

V$TIMEZONE_NAMES and some functions Preview 08:46

timestamp with local time zone Preview 04:17

TZ_OFFSET / FROM_TZ / TO_TIMESTAMP Preview 03:44

About the Exam 1Z0-071 Preview 06:26

Some helpful websites contains exams Dumps Preview 05:36

EXAM 1z0-071 Sample Questions Preview 00:03

Using SELECT statement to create dynamic scripts Preview 04:23

Installing oracle 11g express edition Preview 10:21

Because some students faced many issues in installing 12c, so this will be a nice solution.

Rownum and rowid Preview 05:05

About PL/SQL Preview 10:59

Understanding NULLS when used with ( IN/ NOT IN ) Preview 00:50

permanent solution for ORA-01033 oracle initialization or shutdown in progress Preview 00:24

DML logs using package dbms_errlog Preview 08:28

oracle 18c express edition part 1 (download and install ) Preview 08:59

oracle 18c express edition part 2 (unlock hr ) Preview 11:32

oracle 18c express edition part 3 ( sql developer ) Preview 06:46

Move your skills to PL/SQL Preview 00:33

Move your skills to Oracle Analytic Functions In-Depth & Advanced Oracle SQL Preview 00:22