Skill Up Card - Course Bundles

Pricing is per delegate, giving you huge savings over the cost of individual courses.

  • UK = £2,000 + VAT per Skill Up Card
  • Ireland = €2,400 per Skill Up Card
skill up card logo - Nexus Human

Introduction to SQL Programming Basics (TTSQL002)

4.6 out of 5 rating Last updated 14/11/2024   English

Jump to outline

Global Schedule

GTR = Guaranteed to Run

27 Jan 25 Book
15:00 - 23:00 Live Online 1,814
31 Mar 25 Book
15:00 - 23:00 Live Online 1,814

19 May 25 Book
15:00 - 23:00 Live Online 1,814
28 Jul 25 Book
15:00 - 23:00 Live Online 1,814
29 Sep 25 Book
15:00 - 23:00 Live Online 1,814
17 Nov 25 Book
15:00 - 23:00 Live Online 1,814
Duration

3 Days

18 CPD hours

Overview

Working in a hands-on learning environment, led by our expert instructor, you'll explore:
-Basic RDBMS Principles: Learn the art of relational design, entity relationship diagrams, data domains, and more.
-The SQL Language and Tools: Get acquainted with SQL*Plus, EZConnect, and other vital SQL and PL/SQL commands.
-Using SQL Developer: Configure connections, understand different tabs, and become proficient in Query Builder.
-Essential Query Mechanics: Grasp SQL query basics, functions, ANSI 92 Joins, ANSI 99 Joins, and delve into subqueries.
-Advanced Analytics: Explore regular expressions, analytics, ranking functions, pattern matching, and more. Throughout the course, hands-on labs will enable participants to apply the learned concepts directly, simulating real-world projects. Whether designing intricate data structures or performing nuanced data analyses, these exercises provide a practical understanding of how SQL can be applied on the job.
-Data Analysis Essentials: Discover how to extract, analyze, and interpret data, deriving insights that can guide organizational strategies.
-Database Management: Learn to construct and manage sophisticated database systems, ensuring efficiency and reliability.
-Versatile Tool Utilization: Master tools like SQL Developer and SQL*Plus, harnessing their full capabilities to optimize your database operations.

Description

SQL, or Structured Query Language, serves as the backbone of modern data management and manipulation. Understanding its principles allows technical professionals to create, maintain, and interrogate databases, giving them the power to make data-driven decisions that can shape the success of their organizations. From e-commerce platforms to complex inventory systems, SQL is the key to managing big data and transforming it into actionable insights.
Geared for experienced technical professionals, Introduction to SQL Programming is a three-day, hands-on course that will provide you with a solid understanding of SQL programming, providing you with the tools, techniques, and insights required to excel in database management and analysis.
Throughout the course, you'll learn how to handle data challenges with creativity and precision, learning how to extract, analyze, and interpret large datasets. This includes developing abilities to craft, interpret, and optimize SQL queries, analyze data, and implement effective database solutions, leading to informed, data-driven decision-making. You'll explore relational design principles, entity relationship diagrams, and the creation of efficient data models to represent complex relationships within data. The course also covers how to construct, interpret, and optimize SQL queries, including the use of functions, joins, subqueries, and advanced analytical techniques.
Through extensive lab work, you'll gain the foundational knowledge and practical skills required to tackle various data challenges with confidence and creativity. You'll exit the course equipped with the SQL knowledge and skills needed to craft, interpret, and optimize SQL queries, analyze data, and implement effective database solutions, leading to informed, data-driven decision-making within your organization.

Prerequisites

Basic Computer Literacy: Familiarity with operating systems, file management, and general computer navigation to ensure a smooth transition into learning SQL tools and environments.
-Understanding of Fundamental Data Concepts: A grasp of basic data concepts like tables, records, and fields would aid in understanding relational databases and how SQL operates within them.
-Basic technical background: Although specific prior scripting experience isn„¢t required to attend, we recommend that you have a background in IT or other technical topics or skills

Basic RDBMS Principles
  • Relational design principles
  • Accessing data through a structured query language
  • Entity relationship diagrams
  • Data Domains
  • Null values
  • Indexes
  • Views
  • Denormalization
  • Data Model Review
The SQL Language and Tools
  • Using SQL*Plus
  • Why Use SQL*Plus When
  • Other Tools Are Available
  • Starting SQL*Plus
  • EZConnect
  • SQL Commands
  • PL/SQL Commands
  • SQL*Plus Commands
  • The COLUMN Command
  • The HEADING Clause
  • The FORMAT Clause
  • The NOPRINT Clause
  • The NULL Clause
  • The CLEAR Clause
  • Predefined define variables
  • LOGIN.SQL
  • Command history
  • Copy and paste in SQL*Plus
  • Entering SQL commands
  • Entering PL/SQL commands
  • Entering SQL*Plus commands
  • Default output from SQL*Plus
  • Entering Queries
  • What about PL/SQL
Using SQL Developer
  • Choosing a SQL Developer version
  • Configuring connections
  • Creating A Basic Connection
  • Creating A TNS Connection
  • Connecting
  • Configuring preferences
  • Using SQL Developer
  • The Columns Tab
  • The Data Tab
  • The Constraints Tab
  • The Grants Tab
  • The Statistics Tab
  • Other Tabs
  • Queries In SQL Developer
  • Query Builder
  • Accessing Objects Owned By Other Users
  • The Actions Pulldown Menu
  • Differences between SQL Developer and SQL*Plus
  • Reporting Commands Missing In SQL Developer
  • General Commands Missing In SQL Developer
  • Data Dictionary report
  • User Defined reports
  • Using scripts in SQL Developer
WHERE and ORDER BY
  • WHERE clause basics
  • Comparison operators
  • Literals and Constants in SQL
  • Simple pattern matching
  • Logical operations
  • The DUAL table
  • Arithmetic operations
  • Expressions in SQL
  • Character operators
  • Pseudo columns
  • Order by clause basics
  • Ordering Nulls
  • Accent and case sensitive sorts
  • Sampling data
  • WHERE and ORDER BY in SQL Developer
  • All, Any, Some
Functions
  • The basics of Oracle functions
  • Number functions
  • Character functions
  • Date functions
  • Conversion functions
  • Other functions
  • Large object functions
  • Error functions
  • The RR format mode;
  • Leveraging your knowledge
ANSI 92 JOINS
  • Basics of ANSI 92 Joins
  • Using Query Builder with multiple tables
  • Table Aliases
  • Outer joins
  • Outer Joins In Query Builder
  • Set operators
  • Self-referential joins
  • Non-Equijoins
ANSI 99 Joins
  • Changes with ANSI99
  • CROSS Join
  • NATURAL Join
  • JOIN USING
  • JOIN ON
  • LEFT / RIGHT OUTER JOIN
  • FULL OUTER JOIN
Subqueries
  • Why use subqueries
  • WHERE clause subqueries
  • FROM clause subqueries
  • HAVING clause subqueries
  • CORRELATED subqueries
  • SCALAR subqueries
  • DML and subqueries
  • EXISTS subqueries
  • Hierarchical queries
  • TOP N AND BOTTOM N queries
  • Creating subqueries using Query Builder
Regular Expressions
  • Available Regular Expressions
  • Regular Expression Operators
  • Character Classes
  • Pattern matching options
  • REGEX_LIKE
  • REGEXP_SUBSTR
  • REGEXP_INSTR
  • REGEXP_REPLACE
  • REGEXP_COUNT
Analytics
  • The WITH clause
    Reporting aggregate functions
    Analytical functions
    User-Defined bucket histograms
    The MODEL clause
    PIVOT and UNPIVOT
    Temporal validity
More Analytics
  • RANKING functions
  • RANK
  • DENSE_RANK
  • CUME_DIST
  • PERCENT_RANK
  • ROW_NUMBER
  • Windowing aggregate functions
  • RATIO_TO_REPORT
  • LAG / LEAD
  • Linear Regression functions
  • Inverse Percentile functions
  • Hypothetical ranking functions
  • Pattern Matching
Additional course details:

Nexus Humans Introduction to SQL Programming Basics (TTSQL002) training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward.

This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts.

Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success.

While we feel this is the best course for the ITS Data Analytics course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you.

Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

FAQ for the Introduction to SQL Programming Basics (TTSQL002) Course

Available Delivery Options for the Introduction to SQL Programming Basics (TTSQL002) training.
  • Live Instructor Led Classroom Online (Live Online)
  • Traditional Instructor Led Classroom (TILT/ILT)
  • Delivery at your offices in London or anywhere in the UK
  • Private dedicated course as works for your staff.
How many CPD hours does the Introduction to SQL Programming Basics (TTSQL002) training provide?

The 3 day. Introduction to SQL Programming Basics (TTSQL002) training course give you up to 18 CPD hours/structured learning hours. If you need a letter or certificate in a particular format for your association, organisation or professional body please just ask.

Which exam does the Introduction to SQL Programming Basics (TTSQL002) training course prepare you for?

The Introduction to SQL Programming Basics (TTSQL002) prepares you for the Yes official exam. You can take this exam at any exam center across UK including, England, Scotland, Cymru (Wales) or Northern Ireland or live online where ever you are. Exams vary in duration and if required you can request with the provider for any accommodations appropriate for you.

What is the correct audience for the Introduction to SQL Programming Basics (TTSQL002) training?

Basic Computer Literacy: Familiarity with operating systems, file management, and general computer navigation to ensure a smooth transition into learning SQL tools and environments.
-Understanding of Fundamental Data Concepts: A grasp of basic data concepts like tables, records, and fields would aid in understanding relational databases and how SQL operates within them.
-Basic technical background: Although specific prior scripting experience isn't required to attend, we recommend that you have a background in IT or other technical topics or skills

Do you provide training for the Introduction to SQL Programming Basics (TTSQL002).

Yes we provide corporate training, dedicated training and closed classes for the Introduction to SQL Programming Basics (TTSQL002). This can take place anywhere in UK including, England, Scotland, Cymru (Wales) or Northern Ireland or live online allowing you to have your teams from across UK or further afield to attend a single training event saving travel and delivery expenses.

What is the duration of the Introduction to SQL Programming Basics (TTSQL002) program.

The Introduction to SQL Programming Basics (TTSQL002) training takes place over 3 day(s), with each day lasting approximately 8 hours including small and lunch breaks to ensure that the delegates get the most out of the day.

What other terms do people search for when looking for this course?

Popular related searched include SQL.

Why are Nexus Human the best provider for the Introduction to SQL Programming Basics (TTSQL002)?
Nexus Human are recognised as one of the best training companies as they and their trainers have won and hold many awards and titles including having previously won the Small Firms Best Trainer award, national training partner of the year for UK on multiple occasions, having trainers in the global top 30 instructor awards in 2012, 2019 and 2021. Nexus Human has also been nominated for the Tech Excellence awards multiple times. Learning Performance institute (LPI) external training provider sponsor 2024.
Is there a discount code for the Introduction to SQL Programming Basics (TTSQL002) training.

Yes, the discount code PENPAL5 is currently available for the Introduction to SQL Programming Basics (TTSQL002) training. Other discount codes may also be available but only one discount code or special offer can be used for each booking. This discount code is available for companies and individuals.

Jump to dates

Training Insurance Included!

When you organise training, we understand that there is a risk that some people may fall ill, become unavailable. To mitigate the risk we include training insurance for each delegate enrolled on our public schedule, they are welcome to sit on the same Public class within 6 months at no charge, if the case arises.

What people say about us


Top