image
The Ultimate Drawing Course Beginner to Advanced...
$179
$79
image
User Experience Design Essentials - Adobe XD UI UX...
$179
$79
Total:
$659

Description

Change History:
Features added / updated.                                                  
+ Created the course on 07/16/2020.
+ Added 18C XE installation Guide (Lecture: 5 Resource) on 01/07/2021.
+ Added Multitenant Architecture + 21C XE installation + PDB, local & common user creation on 02/06/2023.
+ Bonus lecture: Lecture: 85, 86 & 87
+ Added 10 code challenges 03/12/2023.
ORACLE UNIVERSITY COURSE (1Z0-071)
Relational Database concepts
Explaining the theoretical and physical aspects of a relational database
Relating clauses in SQL Select Statement to Components of an ERD
Explaining the relationship between a database and SQL
Restricting and Sorting Data
Applying Rules of precedence for operators in an expression
Limiting Rows Returned in a SQL Statement
Using Substitution Variables
Using the DEFINE and VERIFY commands.
Sorting Data
Using Conversion Functions and Conditional Expressions
Applying the NVL, NULLIF, and COALESCE functions to data.
Understanding implicit and explicit data type conversion
Using the TO_CHAR, TO_NUMBER, and TO_DATE conversion functions
Nesting multiple functions
Displaying Data from Multiple Tables
Using Self-joins
Using Various Types of Joins
Using Non equijoins
Using OUTER joins
Understanding and Using Cartesian Products
Using SET Operators
Matching the SELECT statements.
Using the ORDER BY clause in set operations
Using The INTERSECT operator.
Using The MINUS operator
Using The UNION and UNION ALL operators
Managing Indexes Synonyms and Sequences
Managing Indexes
Managing Synonyms
Managing Sequences
Managing Views
Managing Views
Managing Objects with Data Dictionary Views
Using data dictionary views
Retrieving Data using the SQL SELECT Statement
Using Column aliases
Using The SQL SELECT statement.
Using concatenation operator, literal character strings, alternative quote operator, and the DISTINCT keyword
Using Arithmetic expressions and NULL values in the SELECT statement.
Using Single-Row Functions to Customize Output
Manipulating strings with character functions in SQL SELECT and WERE clauses.
Performing arithmetic with date data
Manipulating numbers with the ROUND, TRUNC and MOD functions
Manipulating dates with the date function
Reporting Aggregated Data Using Group Functions
Restricting Group Results
Creating Groups of Data
Using Group Functions
Using Subqueries to Solve Queries
Using Single Row Subqueries
Using Multiple Row Subqueries
Update and delete rows using correlated subqueries.
Managing Tables using DML statements
Managing Database Transactions
Controlling transactions
Perform Insert, Update and Delete operations.
Performing multi table Inserts
Performing Merge statements
Use DDL to manage tables and their relationships.
Describing and Working with Tables
Describing and Working with Columns and Data Types
Creating tables
Dropping columns and setting column UNUSED
Truncating tables
Creating and using Temporary Tables
Creating and using external tables
Managing Constraints
Controlling User Access
Differentiating system privileges from object privileges
Granting privileges on tables
Distinguishing between granting privileges and roles
Managing Data in Different Time Zones
Working with CURRENT_DATE, CURRENT_TIMESTAMP and LOCALTIMESTAMP
Working with INTERVAL data types
This course designed to learn Oracle SQL step by step and master it.
Database Developer are mostly sought and highly paid job (60,000 - 100,000$ per year).
You can learn SQL and clear Oracle certification 1Z0-071 (OCA- Oracle Certified Associate), It will give boast to your career as a Pro-SQL Programmer.
1Z0-071 question after each topic will help you to clear the certification.
It is also much easier to master the language as there is no prerequisite to learn SQL.
I have around 19 years of real time IT experience as an Architect in Database related technologies. This course is prepared based steps by step approach with real time coding standards and best practices in the industry, what I have learned in my career.
It will definitely helpful all the aspirant who wants to join IT industry as database developer.
The Trainer is an Architect with over 19+ years of experience, he has spent 15+ years working with SQL
An Oracle Certified Professions (OCP)
Oracle Technology Network (OTN) Points:
12,975
Level:
Master
Be a Pro- Oracle SQL Developer | Clear Oracle Certified Associate Exam | A Complete SQL Bootcamp!
Who this course is for:
Who wants to start a career as Database Developer
Developers preparing for Oracle SQL certification (1Z0-071)
ETL developers who wants to improve query writing skills

What you'll learn

Comprehensive course in SQL as per 100% Oracle University syllabus + Bonus 1 topics

Learn SQL and get a job as Database Developer

Well structured program to learn quickly learn and apply on projects from day 1

Instructor is having real time IT experience in SQL 19 Years!!

Course will help to clear Oracle SQL Certification (1Z0-071)

100+ 1Z0-071 certification questions

Oracle holds 46% share in commercial market space. So learn SQL with the best Database- Oracle !

Learn SQL using Oracle Platform and can apply on any RDBMS like MySQL, Sybase, MS SQL Server etc.

Covered concepts from 11g to 21c

Multitenant Architecture with 21c Installation + PDB + Local & Common user creation.

All scripts files are attached (50 downladable resource)

Wants to be an Expert SQL developer!

Requirements

  • You will need a copy of Adobe XD 2019 or above. A free trial can be downloaded from Adobe.
  • No previous design experience is needed.
  • No previous Adobe XD skills are needed.

Course Content

27 sections • 95 lectures
Expand All Sections
1-Introduction
1
1.1-Introduction to RDBMS
2-Introduction to SQL
3
2.1-Relationship between a database and SQL
2.2-SQL Select Statement to Components of an ERD
2.3-Introduction to SQL
3-Environment Setup
3
3.1-Versions of Oracle, Live Oracle cloud account creation, demo data setup
3.2-Oracle 11g- XE installation
3.3-Work is SQL*PLUS and SQL Developer
4-Basic SQL
11
4.1-Schema, Alias, Prefix, what is '*'
4.2-How to restrict data using WHERE clause, Data sorting by ORDER BY clause
4.3-Substitution variables - VERIFY, DEFINE , UNDEFINE
4.4-Row Limiting Clause for Top-N Queries - 12C
4.5-Code Challenge - 01
4.6-Solution Code Challenge - 01
4.7-Code Challenge - 02
4.8-Solution Code Challenge - 02
4.9-Code Challenge - 03
4.10-Solution Code Challenge - 03
4.11-Basic SQL (1Z0-071)
5-Operators
7
5.1-Unary and Binary Operators
5.2-Comparison Operator (=,<>,>,<,<=,>=, BETWEEN, NOT IN, IN ,IS NULL, IS NOT NULL)
5.3-Comparison Operator ( Wildcard Search LIKE, NOT LIKE)
5.4-Logical operators (NOT, AND , OR)
5.5-Arithmetic operators (+ Addition , - Minus , * Multiplication , / Division )
5.6-Arithmetic operators Precedence
5.7-Character operators (
7
)
5.8-Set operators ( UNION, UNION ALL, INTERSECT, INTERSECT ALL, MINUS )
5.9-Code Challenge - 04
5.10-Solution Code Challenge - 04
5.11-Code Challenge - 05
5.12-Solution Code Challenge - 05
5.13-Operators (1Z0-071)
6-Oracle Built-in Single row functions
9
6.1-Numeric Function (ABS, FLOOR, CEIL, MOD, POWER, SIGN, TRUNC_ROUND, WIDTH_BUCKET)
6.2-Character Function (CONCAT, REPLACE, SUBSTR, INSTR, UPPER, LOWER, LAPD, RPAD)
6.3-Date Functions (SYSDATE, LAST_DAY, ROUND, TRUNC, ADD_MONTHS, MONTHS_BETWEEN)
6.4-Conversion Function (TO_DATE, TO_CHAR, TO_TIMESTAMP, TO_NUMBER)
6.5-Nesting Functions
6.6-NULL Functions (NVL, NVL2, COALESCE, NULLIF)
6.7-Code Challenge - 06
6.8-Solution Code Challenge - 06
6.9-Oracle Built-in Single row Functions (1Z0-071)
7-Oracle Built-Group function or Aggregate functions
9
7.1-Group or Aggregate Function (MAX, MIN, AVG, COUNT, SUM)
7.2-Rows to Columns & vice-versa - PIVOT, UNPIVOT
7.3-Analytical Functions -1 (ROW_NUMBER, RANK, DENSE_RANK, FIRST, LAST, LISTAGG)
7.4-Analytical Functions -2 (LEAD, LAG)
7.5-Code Challenge - 07
7.6-Solution Code Challenge - 07
7.7-Code Challenge - 08
7.8-Solution Code Challenge - 08
7.9-Oracle Built-Group Function or Aggregate Functions (1Z0-071)
8-Hierarchical queries
4
8.1-Hierarchical queries Functions (CONNECT BY PRIOR, LEVEL, SYS_CONNECT_BY_PATH)
8.2-Hierarchical queries writing
8.3-Code Challenge - 09
8.4-Solution Code Challenge - 09
9-Query Types
6
9.1-Subquery, Co-related Sub query, Inline Views
9.2-Co-related Subquery with EXISTS clause
9.3-Update and Delete using Co-related Subquery
9.4-Code Challenge - 10
9.5-Solution Code Challenge - 10
9.6-Query Types (1Z0-071)
10-CASE Statement
3
10.1-CASE Statement
10.2-DECODE
10.3-Case and Decode (1Z0-071)
11-Displaying Data from Multiple Tables
3
11.1-Outer joins (Left, Right, Full)
11.2-Self-joins , Equijoin, Non equijoins, Outer joins
11.3-Joins (1Z0-071)
12-Table
5
12.1-Table Creation, Data Types
12.2-Data dictionary and comments on columns and Table
12.3-Temporary Tables
12.4-External Table
12.5-Table (1Z0-071)
13-SQL Command
6
13.1-DDL – CREATE, ALTER, MODIFY ,TRUNCATE ,Make Column UNUSED and Drop UNUSED column
13.2-DML – Insert, Update, Delete, Merge
13.3-DML – Multiple Insert
13.4-DCL- GRANT and REVOKE
13.5-Transaction - COMMIT, ROLLBACK , SAVE POINT
13.6-SQL Command Types (1Z0-071)
14-Constraints
2
14.1-Constraints (NOT NULL, PRIMARY KEY, UNIQUE KEY, FOREIGN KEY, CHECK)
14.2-Constraints (1Z0-071)
15-Indexes
4
15.1-B-Tree (Balanced Tree)
15.2-Bitmap Index
15.3-Function based index
15.4-Index (1Z0-071)
16-Other Objects
3
16.1-Sequence
16.2-Synonyms
16.3-Other Objects (1Z0-071)
17-View
4
17.1-View
17.2-Key Preserved table in view
17.3-Single View and Complex view
17.4-View (1Z0-071)
18-Managing Objects with Data Dictionary Views
2
18.1-Managing Objects with Data Dictionary Views
18.2-Managing Objects with Data Dictionary Views (1Z0-071)
19-System privileges and Object privileges
4
19.1-System privileges and Object privileges
19.2-Grants on a Table
19.3-ROLE
19.4-System privileges and Object privileges (1Z0-071)
20-Flashback table and Flashback query
3
20.1-Flashback table
20.2-Flashback query
20.3-Flashback table and Flashback query
21-Managing Data in Different Time Zones
5
21.1-Working with CURRENT_DATE, CURRENT_TIMESTAMP and LOCALTIMESTAMP
21.2-INTERVAL Data Type ( DAY TO SECOND , YEAR TO MONTH)
21.3-Working with NEW_TIME and FROM_TZ - 12c
21.4-Time Zone (1Z0-071)
21.5-Time Zone (1Z0-071)
22-Bonus 01: Oracle Multitenant Architecture - 21c
3
22.1-Oracle 21c - XE Installation
22.2-Multitenant Architecture overview
22.3-Create PDB, Schema user, Connect to 21c from Oracle SQL Developer