Radical Technologies

SQL + PLSQL

A SQL + PL/SQL combo course is a comprehensive training program that combines the fundamentals of SQL (Structured Query Language) with the advanced features of PL/SQL (Procedural Language/Structured Query Language). This course is designed to provide students with a well-rounded understanding of database management and application development using Oracle Database, as SQL and PL/SQL are commonly used in Oracle environments.

0 +

Google Reviews

0 +

JustDial Reviews

The Syllabus

Curriculum Designed by Experts

For whom SQL is?

IT or NON IT people can easily enter into leading Database Technology which is commonly used for all domain application software as back-end. There are so many reason to go ahead : 

  • Oracle SQL is basic learning platform to get in IT, which is easy to learn.
  • On completion Oracle SQL training you can attempt certification exam.
  • Certified candidate can take benefit as IT document and can get good opportunity in IT world.
  • Oracle SQL is easy for any support project for initial stage which get into IT carrier. In case you want to grow for development environment than it’s entry for programming.
  • Now a days SQL is basic skill set for any IT/NON IT folks, It’s always helpful for any functional, support and technical consultant.
Oracle 12c SQL Basics

WEEK-01 :

[1] Introduction to Oracle DB 12c 

Oracle Database 12c: Focus Areas, Fusion Middle-ware, Oracle Cloud, Services, Deployment Methods, RDBMS, Data Model, ER Diagram, Relation DB Terminology, SQL Statements and Development Environment, HR Schema Tables, DB Documentation. 

[2] Retrieving Data using SQL SELECT statement 

Basic Select Statement, Arithmetic Expression, Defining Null values, Concatenation Operator & Literal, Duplicate Rows, Displaying table structure. Practice Overview. 

[3] Restricting & Sorting Data 

Use of Where clause, Character Strings & Date Data, Comparison, Logical, Range, Pattern, & Other operators, Rules Precedence, Order By Clause, Substitution variables. Practice Overview 

WEEK-02 :

[4] Single Row Function & Customized Output 

SQL function, Single Row Function, Character/Case Functions, Number Functions, Nesting Function, Date Functions etc. Practice Overview. 

[5] Conversion & Conditional Expressions 

Conversion Function, Implicit/Explicit Data Conversion, General Function with covering NVL, NVL2, NULLIF, COALESCE, Conditional Expression with Decode function and Case Expression. Practice Overview. 

[6] Reporting Aggregated Data using Group Function 

Usages of Group function, Nesting Group Function, Creating Group Data, Restricting group data using Having Clause. Practice Overview. 

[7] Displaying Data from Multiple Tables using Join 

Type of Joins, Explaining with Natural Join, Using Clause, On Clause, SQL 99 Syntax, Three-Way Join, Self Join, NonEqui Join, Inner Versus Outer Join, Cross Join etc. Practice overview. 

WEEK-03 : 

[8] Using Sub-queries to solve queries 

Scenario to use Sub-query, Rules for Sub-queries, Type of Sub-queries, Single Row Sub-queries and Multi Row Sub-queries. Null value in Sub-query etc. Practice Overview.

Oracle 12c SQL Advanced

[9] Using Set Operator 

Set Operator Rules, Covering Set Operator as UNION, UNION ALL, INTERSECT, MINUS etc. Practice Overview. 

[10] Managing Tables using DML      Statements 

Data Manipulation Language, Covering INSERT, UPDATE, DELETE & DB Transaction control using COMMIT, ROLLBACK, SAVEPOINT. Use of For update clause in SELECT Statement. 

[11] Introduction to Data Definition Language 

Database Object, Naming Rules, Various Data Types, CREATE TABLE statement, Constraint guidelines, Defining constraints as NOT NULL, UNIQUE, PRIMARY KEY, FOREIGN KEY & CHECK etc. ALTER TABLE, DROP TABLE Statement. Create Table using Sub-query. Practice Overview. 

WEEK-04 :

[12] Introduction to Data Dictionary Views

Data Dictionary Structure, How to use Data Dictionary, USER_OBJECTS, ALL_OBJECT, USER_CONSTRAININTS. TABLE Information, Column Information etc. Practice overview.

[13] Creating Sequence, Synonyms & Indexes 

Importance of Sequence, Synonyms & Indexes. Defining Sequence, Synonyms & Indexes & DROP statement etc. Practice overview. 

[14] Creating Views

What’s View? Advantage of Views, CREATE Simple & Complex views, Rules for performing DML operation on views. Modifying & Removing a view etc. Practice Overview. 

[15] Retrieving Data by using Sub-Query 

Multiple Column Sub-query, Column Comparison, Pair & Non Pair Sub-queries, Scalar  Sub queries, Co-related Sub-queries, Use of WITH clause. Practice Overview.

 

PLSQL Basic

1] Introduction to Oracle PLSQL

  • Oracle PLSQL: Course Agenda, Course HR Data set, PLSQL Environment, Benefits and Block structure, Create & Execute Anonymous Block, Test output of PLSQL Block. Practice Overview.

2] Declaration PLSQL Variables

  • Use of Variables, Identifier, Handling Variable in PLSQL, Declaration & Initialization of PLSQL variable, Type of Variable, Guideline for Declaration & Initialization PLSQL Variables, Scalar Data Type, Bind Variables, Substitution Variables, Composite and LOB Data Type Variables. Practice Overview.

3] Writing Executable Statement

  • Lexical Unit of PLSQL Block, Commenting Code, Usage of SQL Function in PLSQL, Nested Block, Variable Scope & Visibility, Operator in PLSQL, Indenting PLSQL Code. Practice Overview 

WEEK-02 :

4] Interacting with Oracle Server

  • SQL Statement in PLSQL, Naming Convention, Manipulating Data using PLSQL, Inserting, Updating, Deleting, & Merging Data in PLSQL, SQL Cursor & Attribute. Practice Overview.

5] Writing Control Structure

  • Controlling Flow of Execution, IF statement, IF THEN ELSE Statement, IF ELSIF ELSE clause, NULL values in IF Statements, Case Expression, Loop statements, BASIC Loop, WHILE Loop, FOR Loop, Guidance while using loop, Nested Loop and Labels. Practice Overview.

6] Working with Composite Data Type

  • Composite Data Type, PLSQL Records, PLSQL Records Structure, The %ROWTYPE Attribute, Advantages of %ROWTYPE & Sample Program using Record %ROWTYPE. Practice Overview.

WEEK-03 :

7] Cursor

  • About Cursors, Explicit cursor operations, Curosr Life Cycle , Cursor & Records, Cursor FOR loop, Explicit Cursor Attributes, Usage of FOR UPDATE & WHERE CURRENT OF Clause, Cursor with Sub-Queries. Practice overview. 

8] Handling Exception

  • Handling Exception using PLSQL, Exception Types, Trapping Exceptions, Guidelines for Trapping Exception, Trapping Predefined & Non Predefined Oracle Server Errors, Function of  Trapping Exception, Propagate Exception in Sub-Block, RAISE_APPLICATION_ERROR Procedure . Practice Overview.

9] Introduction to Stored Procedure & Function

  • Stored Procedure & Function, Difference between Anonymous Block and Sub-programs, Procedure Syntax, Example, Execution, Function Syntax, Example, Execution, Passing Parameter to Function etc. Practice Overview.

WEEK-04 :

PLSQL Advanced

10] Creating Stored Procedures

  • Developing Procedure, What is parameters? Formal & Actual Parameters, Procedural Parameter Modes, Example of IN, OUT, INOUT parameter passing modes, Invoking Procedure, Handle Exception, Remove Procedure, Viewing Procedure in the Data Dictionary, Benefit of Subprograms, Practice Overview.

11] Creating Stored Functions

  • Developing Function, Way to execute Function, Advantages of User Defined Function in SQL statements, Function in SQL Expression, Location to Call User Defined Function, Restriction on Calling from SQL Expressions, Controlling side effect Calling Functions from SQL Expression, Remove Function, Viewing Function in the Data Dictionary, Procedure Versus Function. Practice Overview.

12] Introduction to Collection

  • Why Collection? Oracle Collection, Associative Array, Varray, Nested Table, Scenario for Collection When to use What, Ref Cursors, Type Ref Cursors, Advantage/Disadvantage of Ref Cursor. Practice overview.

WEEK-05 :

13] Creating Packages

  • PLSQL Package, Component of PLSQL Package, Visibility of Package Component, Developing PLSQL Package, Creating Package Specification & Package Body, Invoking Package Subprograms, Creating & Using Bodiless Package, Removing Package, Viewing Package in the Data Dictionary, Guideline to writing Package, Advantage of Using Package. Practice overview.

14] Advancement on Package Concept

  • Overloading Subprograms, Overloading the Standard Package, Use of Forward Declaration, Package Initialization Block, Use Package Function in SQL & Restriction, Persistent State of Package/Variables, Package using Collection, Wrapper Utility, Guideline for Wrapping. Practice Overview.

15] Design Consideration for PLSQL Code

  • Standardizing Constant & Exception, Exception Handling, Local Subprgrams, Definer’s Rights Versus Invoker’s Right, Features of Autonomous Transaction, Bulk Binding, Bulk Binding FORALL Example       , Using BULK COLLECT INTO with Queries/Cursors   . Practice Overview. 

WEEK-06 :

16] Creating Triggers

  • Type of Triggers, Guidelines of Designing Triggers, Creating DML Trigger, Type of DML Triggers, Trigger Timing, Trigger Firing Sequences, DML Statement Triggers, Using Conditional Predicates, DML ROW Trigger, Old, New Qualifier, Restricting Row Trigger, Implementing Integrity Constraint with a Trigger, Comparison of Database Triggers and Stored Procedure, Comparison of DB Trigger and Oracle Forms Triggers, Managing, Removing, Testing Trigger. Practice Overview.

17] Application for Triggers

  • Creating Database Triggers, Creating Triggers on DDL Statements, Creating Triggers on System Events, LOGON, LOGOFF Triggers Examples, CALL Statements, Reading Data From a Mutating Table, Benefit of DB Triggers, Business Application Scenario for Implementing Triggers, Viewing Triggers in Data Dictionary using USER_TRIGGERS. Practice Overview.

18] Project Work

  • It covers real time project scenario including all deliver conceptual session based on Database 10g/11g. It includes Data Import, Validation, Audit Trail, Performance based Program etc.

Enquire Now

    Why Radical Technologies

    Live Online Training

    Highly practical oriented training
    Installation of Software On your System
    24/7 Email and Phone Support
    100% Placement Assistance until you get placed
    Global Certification Preparation
    Trainer Student Interactive Portal
    Assignments and Projects Guided by Mentors
    And Many More Features
    Course completion certificate and Global Certifications are part of our all Master Program

    Live Classroom Training

    Weekend / Weekdays / Morning / Evening Batches
    80:20 Practical and Theory Ratio
    Real-life Case Studies
    Easy Coverup if you missed any sessions
    PSI | Kryterion | Redhat Test Centers
    Life Time Video Classroom Access ( coming soon )
    Resume Preparations and Mock Interviews
    And Many More Features
    Course completion certificate and Global Certifications are part of our all Master Program

    Self Paced Training

    Self Paced Learning
    Learn 300+ Courses at Your Own Time
    50000+ Satisfied Learners
    Course Completion Certificate
    Practical Labs Available
    Mentor Support Available
    Doubt Clearing Session Available
    Attend Our Virtual Job Fair
    10% Discounted Global Certification
    Course completion certificate and Global Certifications are part of our all Master Program

    Skills Covered

    • SA1 , SA2 ,SA3

    • RHEL 6/7/8/9

    • Virtualization

    • Type1 & Type2

    • CCNA Foundation

    • Networking

    • Servers-SSH/DHCP/DNS/
      Apache/Nginx/Apache Tomcat/MySQL/NTP/FTP/
      NFS/Samba/SMTP/Proxy

    • SAN/NAS/All RAID/LVM Storage

    • Backup Solutions

    • Security - all types of firewall

    • Scripting..  Bash scripting

    • Automation Tool - Complete Ansible

    • 250 hrs Hands on training

    • Resume preparation

    • Mock test interview preparation

    • Migration strategy

    • Server Hardening

    • Docker & Kubernetes

    • Basics AWS comparison with Linux

    • 150+ live on scenarios

    tool covered

    Why Enroll for Red Hat Linux

    Covers each topics with Real Time Examples . Covers More than 250+ Real Time Scenarios which is divided into L1 ( Basic ) + L2 ( Intermediate) and L3 ( Advanced ) . Trainer from Real Time Industry .This is completely hands-on training , which covers 90% Practical And 10% Theory

    We give Combo Pack of RHEL 6 with RHEL 7 , to make sure all the candidate will get at least 5+ Year experience knowledge in Redhat Linux after attending this course.Covers SA1 + SA2 + SA3 topics in Details from the very basic to advanced level .

    Complete RHCSA and RHCE Exam Preparations.Appear for Redhat Global Certification Exam At any time After the course – No need to wait to get schedule from Redhat .At your convenient time , you can book and appear for exam using our Individual Exam Delivery System called KOALA

    Course benefits

    • Agentless Architecture

    • Simplicity and Ease of Use

    • Idempotent Execution

    • Infrastructure as Code (laC)

    • Broad Platform Support:

    • Scalability and Performance

    • Community and Support

    Who Can Apply for Red Hat Linux

    Why Red Hat Linux

    Industry Recognition

    Red Hat certifications are widely recognized in the IT industry. Holding a Red Hat certification demonstrates to employers that you have the skills and knowledge needed to effectively work with Red Hat Linux systems.

    High Demand for Linux Skills

    Linux is a dominant operating system in the server market, particularly in enterprise environments. Many organizations, including tech giants, financial institutions, and government agencies, rely on Linux for their infrastructure. As a result, there is a high demand for professionals with Linux skills, including Red Hat Linux expertise.

    Specialized Knowledge

    Red Hat Linux is a popular distribution used in enterprise environments due to its stability, security, and support offerings. By gaining expertise in Red Hat Linux through a certification course, you position yourself as a specialist in this specific distribution, which can make you more attractive to employers who use or plan to use Red Hat Linux.

    Job Opportunities

    Holding a Red Hat certification opens up various job opportunities in roles such as Linux system administrator, DevOps engineer, cloud engineer, network engineer, and more. Many job postings in these fields specifically mention Red Hat certifications as desired or required qualifications.

    Salary Potential

    Professionals with Red Hat certifications often command higher salaries compared to their non-certified counterparts. Employers value certified individuals for their proven skills and expertise, leading to potentially higher earning potential.

    Career Advancement

    Red Hat certifications can help you advance your career by providing a clear path for skill development and progression. As you gain more advanced certifications, you become eligible for more senior roles and responsibilities within organizations.

    Like the Curriculum ? Let's Get Started

    Global Certification

    Radical Technologies is the leading IT certification institute in Bangalore, offering a wide range of globally recognized certifications across various domains. With expert trainers and comprehensive course materials, it ensures that students gain in-depth knowledge and hands-on experience to excel in their careers. The institute’s certification programs are tailored to meet industry standards, helping professionals enhance their skillsets and boost their career prospects. From cloud technologies to data science, Radical Technologies covers it all, empowering individuals to stay ahead in the ever-evolving tech landscape. Achieve your professional goals with certifications that matter.

    course certificate

    Red Hat Linux Fees in Bangalore

    Online Classroom PREFERRED

    16 jul

    TUE - FRI
    07.00AM TO 09.00
    AM LST (GMT +5:30)
    Radical

    20 jul

    SAT - SUN
    10.00AM TO 01.00
    PM LST (GMT +5:30)
    Radical

    20 jul

    SAT - SUN
    08.00PM TO 11.00
    PM LST (GMT +5:30)
    Radical

    ₹ 85,044

    Discount Voucher

    "Register Now to Secure Your Spot in Our Featured Course !"

    BOOK HERE

    career services

    About Us

    At Radical Technologies, we are committed to your success beyond the classroom. Our 100% Job Assistance program ensures that you are not only equipped with industry-relevant skills but also guided through the job placement process. With personalized resume building, interview preparation, and access to our extensive network of hiring partners, we help you take the next step confidently into your IT career. Join us and let your journey to a successful future begin with the right support.

    At Radical Technologies, we ensure you’re ready to shine in any interview. Our comprehensive Interview Preparation program includes mock interviews, expert feedback, and tailored coaching sessions to build your confidence. Learn how to effectively communicate your skills, handle technical questions, and make a lasting impression on potential employers. With our guidance, you’ll walk into your interviews prepared and poised for success.

    At Radical Technologies, we believe that a strong professional profile is key to standing out in the competitive IT industry. Our Profile Building services are designed to highlight your unique skills and experiences, crafting a resume and LinkedIn profile that resonate with employers. From tailored advice on showcasing your strengths to tips on optimizing your online presence, we provide the tools you need to make a lasting impression. Let us help you build a profile that opens doors to your dream career.

    Red Hat Linux Course Projects

    Infrastructure Provisioning

    And Configuration Management

    Implementing automated infrastructure provisioning and configuration management using Ansible. This may include setting up servers, networking devices, and other infrastructure components using playbooks and roles. 

    software-developer

    Applications Deployment

    And Orchestration

    Automating the deployment and orchestration of applications across development, testing, and production environments. This could involve deploying web servers, databases. middleware, and other application components using Ansible

    Continuous Integration

    And Continuous Deployment

    Integrating Ansible into CI/CD pipelines to automate software. build, test, and deployment processes. This may include automating the creation of build artifacts, running tests, and deploying applications to various environments.