Companies Home Search Profile

Oracle SQL - A Complete Developer's Guide (2023)

Focused View

Lokanath Giri

12:02:24

35 View
  • 1. Introduction to RDBMS.mp4
    07:09
  • 1. Relationship between a database and SQL.mp4
    05:16
  • 2. SQL Select Statement to Components of an ERD.mp4
    08:40
  • 3. Introduction to SQL.html
  • 1.1 FAQ.txt
  • 1.2 table data scripts.zip
  • 1. Versions of Oracle, Live Oracle cloud account creation, demo data setup.mp4
    07:27
  • 2.1 18C Installation Guide.docx
  • 2.2 environment setup.zip
  • 2. Oracle 11g- XE installation.mp4
    09:12
  • 3.1 login.zip
  • 3. Work is SQLPLUS and SQL Developer.mp4
    23:26
  • 1. Schema, Alias, Prefix, what is .mp4
    10:00
  • 2.1 where clause script.zip
  • 2. How to restrict data using WHERE clause, Data sorting by ORDER BY clause.mp4
    05:51
  • 3.1 substitution variables script.zip
  • 3. Substitution variables - VERIFY, DEFINE , UNDEFINE.mp4
    07:40
  • 4.1 row limiting clause script.zip
  • 4. Row Limiting Clause for Top-N Queries - 12C.mp4
    12:00
  • 5. Code Challenge - 01.mp4
    01:27
  • 6.1 cc 01 select query.zip
  • 6. Solution Code Challenge - 01.mp4
    03:33
  • 7.1 cc 02 create table.zip
  • 7.2 cc 02 insert.zip
  • 7. Code Challenge - 02.mp4
    06:24
  • 8.1 solution code challenge 02.zip
  • 8. Solution Code Challenge - 02.mp4
    04:33
  • 9. Code Challenge - 03.mp4
    01:03
  • 10.1 solution code challenge 03.zip
  • 10. Solution Code Challenge - 03.mp4
    01:56
  • 11. Basic SQL (1Z0-071).html
  • 1. Unary and Binary Operators.mp4
    04:00
  • 2.1 comparision operator scrips.zip
  • 2. Comparison Operator (=,,,,=,=, BETWEEN, NOT IN, IN ,IS NULL, IS NOT NULL).mp4
    12:53
  • 3.1 comparision operator scripts.zip
  • 3. Comparison Operator ( Wildcard Search LIKE, NOT LIKE).mp4
    09:34
  • 4.1 logical operator scripts.zip
  • 4. Logical operators (NOT, AND , OR).mp4
    06:25
  • 5.1 arithmetic operators scripts.zip
  • 5. Arithmetic operators (+ Addition , - Minus , Multiplication , Division ).mp4
    04:38
  • 6. Arithmetic operators Precedence.mp4
    02:06
  • 7.1 character operator scripts.zip
  • 7. Character operators ( ).mp4
    02:25
  • 8.1 set operators scripts.zip
  • 8. Set operators ( UNION, UNION ALL, INTERSECT, INTERSECT ALL, MINUS ).mp4
    06:19
  • 9. Operators (1Z0-071).html
  • 1.1 single row functions scripts.zip
  • 1. Numeric Function (ABS, FLOOR, CEIL, MOD, POWER, SIGN, TRUNC ROUND, WIDTH BUCKET).mp4
    23:03
  • 2.1 character function scripts.zip
  • 2. Character Function (CONCAT, REPLACE, SUBSTR, INSTR, UPPER, LOWER, LAPD, RPAD).mp4
    11:37
  • 3.1 date function scripts.zip
  • 3. Date Functions (SYSDATE, LAST DAY, ROUND, TRUNC, ADD MONTHS, MONTHS BETWEEN).mp4
    29:10
  • 4.1 conversion functions scripts.zip
  • 4. Conversion Function (TO DATE, TO CHAR, TO TIMESTAMP, TO NUMBER).mp4
    06:48
  • 5.1 nesting function scripts.zip
  • 5. Nesting Functions.mp4
    02:10
  • 6.1 null function scripts.zip
  • 6. NULL Functions (NVL, NVL2, COALESCE, NULLIF).mp4
    07:36
  • 7. Oracle Built-in Single row Functions (1Z0-071).html
  • 1.1 group function script.zip
  • 1. Group or Aggregate Function (MAX, MIN, AVG, COUNT, SUM).mp4
    13:22
  • 2.1 pivot unpivot functions scripts.zip
  • 2. Rows to Columns & vice-versa - PIVOT, UNPIVOT.mp4
    17:30
  • 3.1 group analytical function script.zip
  • 3. Analytical Functions -1 (ROW NUMBER, RANK, DENSE RANK, FIRST, LAST, LISTAGG).mp4
    16:54
  • 4.1 lead lag functions scripts.zip
  • 4. Analytical Functions -2 (LEAD, LAG).mp4
    12:13
  • 5. Oracle Built-Group Function or Aggregate Functions (1Z0-071).html
  • 1.1 hierarchical queries functions scripts.zip
  • 1. Hierarchical queries Functions (CONNECT BY PRIOR, LEVEL, SYS CONNECT BY PATH).mp4
    17:42
  • 2.1 hierarchical queries functions scripts.zip
  • 2. Hierarchical queries writing.mp4
    05:22
  • 1.1 subquery scripts.zip
  • 1. Subquery, Co-related Sub query, Inline Views.mp4
    08:32
  • 2. Co-related Subquery with EXISTS clause.mp4
    03:32
  • 3. Update and Delete using Co-related Subquery.mp4
    06:25
  • 4. Query Types (1Z0-071).html
  • 1.1 case decode scripts.zip
  • 1. CASE Statement.mp4
    03:34
  • 2. DECODE.mp4
    03:08
  • 3. Case and Decode (1Z0-071).html
  • 1.1 joins scripts.zip
  • 1. Outer joins (Left, Right, Full).mp4
    13:37
  • 2.1 equi nonequi join.zip
  • 2. Self-joins , Equijoin, Non equijoins, Outer joins.mp4
    13:50
  • 3. Joins (1Z0-071).html
  • 1.1 table creation scripts.zip
  • 1. Table Creation, Data Types.mp4
    14:33
  • 2.1 data dictionary for table script.zip
  • 2. Data dictionary and comments on columns and Table.mp4
    17:19
  • 3.1 temporary table script.zip
  • 3. Temporary Tables.mp4
    11:14
  • 4.1 external table scripts.zip
  • 4. External Table.mp4
    10:00
  • 5. Table (1Z0-071).html
  • 1.1 ddl statements scripts.zip
  • 1. DDL CREATE, ALTER, MODIFY ,TRUNCATE ,Make Column UNUSED and Drop UNUSED column.mp4
    17:40
  • 2.1 dml statements scripts.zip
  • 2. DML Insert, Update, Delete, Merge.mp4
    16:37
  • 3.1 dml multiple insert.zip
  • 3. DML Multiple Insert.mp4
    02:48
  • 4.1 dcl statements scripts.zip
  • 4. DCL- GRANT and REVOKE.mp4
    07:58
  • 5.1 tcl statements scripts.zip
  • 5. Transaction - COMMIT, ROLLBACK , SAVE POINT.mp4
    17:14
  • 6. SQL Command Types (1Z0-071).html
  • 1.1 constraints scripts.zip
  • 1. Constraints (NOT NULL, PRIMARY KEY, UNIQUE KEY, FOREIGN KEY, CHECK).mp4
    20:05
  • 2. Constraints (1Z0-071).html
  • 1. B-Tree (Balanced Tree).mp4
    10:21
  • 2. Bitmap Index.mp4
    09:26
  • 3.1 index scripts.zip
  • 3. Function based index.mp4
    06:01
  • 4. Index (1Z0-071).html
  • 1.1 sequence scripts.zip
  • 1. Sequence.mp4
    15:17
  • 2.1 synonyms scripts.zip
  • 2. Synonyms.mp4
    08:51
  • 3. Other Objects (1Z0-071).html
  • 1.1 view scripts.zip
  • 1. View.mp4
    06:32
  • 2. Key Preserved table in view.mp4
    08:26
  • 3. Single View and Complex view.mp4
    04:16
  • 4. View (1Z0-071).html
  • 1.1 data dictionary scripts.zip
  • 1. Managing Objects with Data Dictionary Views.mp4
    10:46
  • 2. Managing Objects with Data Dictionary Views (1Z0-071).html
  • 1.1 object system privs.zip
  • 1. System privileges and Object privileges.mp4
    07:05
  • 2. Grants on a Table.mp4
    07:26
  • 3.1 rol privs.zip
  • 3. ROLE.mp4
    12:15
  • 4. System privileges and Object privileges (1Z0-071).html
  • 1.1 flashback table query.zip
  • 1. Flashback table.mp4
    07:20
  • 2. Flashback query.mp4
    07:33
  • 3. Flashback table and Flashback query.html
  • 1.1 time zone scripts.zip
  • 1. Working with CURRENT DATE, CURRENT TIMESTAMP and LOCALTIMESTAMP.mp4
    08:49
  • 2. INTERVAL Data Type ( DAY TO SECOND , YEAR TO MONTH).mp4
    10:11
  • 3. Working with NEW TIME and FROM TZ - 12c.mp4
    08:12
  • 4. Time Zone (1Z0-071).html
  • 5. Time Zone (1Z0-071).html
  • 1. Oracle 21c - XE Installation.mp4
    09:56
  • 2. Multitenant Architecture overview.mp4
    18:18
  • 3.1 FAQ Documents.docx
  • 3. Create PDB, Schema user, Connect to 21c from Oracle SQL Developer.mp4
    29:53
  • Description


    Certification Course for OCA (1Z0-071) | SQL Bootcamp for Database Developer, ETL Developer & Data Scientist !!

    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!

    Who is this 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 Need to Know?


  • No prerequisites as we start with Fundamentals
  • Should have a Desktop or Laptop with Internet
  • More details


    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: 65, 66 & 67

    >>>>>>>>>>>>>


    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

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Lokanath Giri
    Lokanath Giri
    Instructor's Courses
    Lokanath is an OCP - Oracle Certified Professional having 19+ Years of hands-on experience as an Architect in wide spectrum of Oracle-Related technologies in development, maintenance and migration projects in client server (OLTP), data warehousing (OLAP). His expertise is basically on SQL, PLSQL, Data Modeling, Data quality, Data migration in Business Intelligence domain.He worked in companies like Bosch, Ocwen Financials, CMC and ITC Infotech.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 73
    • duration 12:02:24
    • English subtitles has
    • Release Date 2023/11/21