Search icon

Master data management with SQL. Learn from experts to write queries, enhance database handling and boost analytical skills to professional data analyst and developer standards.

2 day course     10am - 5pm     Live Online or Classroom-based

What you will learn

  • Exploring the database design system known as SQL.
  • How to use SQL to improve business workflows and output.
  • Understanding the use of SQL to improve website output and end user satisfaction.
  • How to manipulate customer databases for effective SEO.
  • Exploring tools to build better client relationships, improving customer communication.
  • How to write code for an SEO database using PHP and SQL.
  • Understanding best practice SEO techniques and design skills.
  • Thanks for a fab couple of days. I learned a lot and really appreciated the welcoming atmosphere in the office.

    Jessica R
    August 2025
  • Lovely surroundings, easy-going people, interesting learning - brilliant, first time I've enjoyed editing!

    Southwest Screen
    August 2025
  • I want to say a huge thank you for the course yesterday - it was brilliant, so easy to understand and I've come away so much more knowledgeable.

    Tottenham Hotspur FC
    August 2025
  • My Figma course was great, definitely feel more confident and can even create great prototypes in it with no issues. Would recommend to anyone struggling to understand how Figma works!

    Wise
    August 2025
  • A fantastic trainer, very calm and able to answer all our questions. I will be going forward with a sound knowledge and look forward to using what I have learned in the workplace

    University College Hospital
    August 2025
  • Our tutor was fantastic, ran through things at a great pace and you never felt left behind. He was always happy to answer any question we had clearly and concisely. Highly recommend Transmedia!

    The White Company
    September 2025
  • We found we were able to cover a lot of ground in 2 days of bespoke training. We learned loads and were able to immediately put what we were taught into practice. I recommend it to everyone!

    Backbase
    August 2025
  • The training went very well for our first group. Very happy with the service. Thank you for the follow up.

    Stepstone Group
    September 2025
  • Excellent knowledge! Have to say a massive thanks to the team for my Photoshop course. They really are a great provider. 5 stars from me.

    KPMG
    August 2025
  • I have taken part in several Transmedia courses and will likely take part in a few more. Lee my trainer was always happy to help me. From booking to training, Transmedia is brilliant to work with.

    Reach plc
    August 2025
  • Today's lesson was really great and I really appreciate our trainer coming all the way to our offices!

    Formidable Media
    September 2025
  • Excellent training course. Very valuable use of my time. Our trainer was great and went at at the right speed for me to keep up. Now I need an extra day to make a project to put it all into practice.

    Financial Ombudsman Service
    August 2025
  • Very clear instruction and presentation.

    Hay Group
    August 2025
  • Everything was great, it was interesting and I learned a lot about Excel! I had a great time and learned so much and I am excited to put It all into practice.

    TGI Sport Media LLP
    September 2025
  • Patient and clear instructor. Excellent course syllalbus. I gained a LOT of new knowledge.

    August 2025
  • Thanks for a fab couple of days. I learned a lot and really appreciated the welcoming atmosphere in the office.

    Jessica R
    August 2025
  • Lovely surroundings, easy-going people, interesting learning - brilliant, first time I've enjoyed editing!

    Southwest Screen
    August 2025
  • I want to say a huge thank you for the course yesterday - it was brilliant, so easy to understand and I've come away so much more knowledgeable.

    Tottenham Hotspur FC
    August 2025
  • My Figma course was great, definitely feel more confident and can even create great prototypes in it with no issues. Would recommend to anyone struggling to understand how Figma works!

    Wise
    August 2025
  • A fantastic trainer, very calm and able to answer all our questions. I will be going forward with a sound knowledge and look forward to using what I have learned in the workplace

    University College Hospital
    August 2025
  • Our tutor was fantastic, ran through things at a great pace and you never felt left behind. He was always happy to answer any question we had clearly and concisely. Highly recommend Transmedia!

    The White Company
    September 2025
  • We found we were able to cover a lot of ground in 2 days of bespoke training. We learned loads and were able to immediately put what we were taught into practice. I recommend it to everyone!

    Backbase
    August 2025
  • The training went very well for our first group. Very happy with the service. Thank you for the follow up.

    Stepstone Group
    September 2025
  • Excellent knowledge! Have to say a massive thanks to the team for my Photoshop course. They really are a great provider. 5 stars from me.

    KPMG
    August 2025
  • I have taken part in several Transmedia courses and will likely take part in a few more. Lee my trainer was always happy to help me. From booking to training, Transmedia is brilliant to work with.

    Reach plc
    August 2025
  • Today's lesson was really great and I really appreciate our trainer coming all the way to our offices!

    Formidable Media
    September 2025
  • Excellent training course. Very valuable use of my time. Our trainer was great and went at at the right speed for me to keep up. Now I need an extra day to make a project to put it all into practice.

    Financial Ombudsman Service
    August 2025
  • Very clear instruction and presentation.

    Hay Group
    August 2025
  • Everything was great, it was interesting and I learned a lot about Excel! I had a great time and learned so much and I am excited to put It all into practice.

    TGI Sport Media LLP
    September 2025
  • Patient and clear instructor. Excellent course syllalbus. I gained a LOT of new knowledge.

    August 2025

This SQL Introduction course includes

  • bullet point icon Authorised Certificate
  • bullet point icon Lifetime support after your course
  • bullet point icon Course materials
  • bullet point icon Live Instructor-led training
  • bullet point icon Refreshments all day
  • bullet point icon Latest Mac or PC ready to go
  • bullet point icon Authorised Trainers
  • bullet point icon Hands-on exercises

Book this course

We offer SQL Introduction as a private course.

You can select a date which suits you or your team.

The course content can be fully customised to your exact learning requirements.

Request dates

Google Reviews

The course was really useful and our trainer was a great instructor. The course went at a good pace, and there was lots of useful information here for us.

Artful Dog Publishing
August 2025

Course Outline for SQL Introduction

Introducing Fast Track to SQL

  • Understanding course prerequisites
  • Using the course format
  • Browsing the course outline

Introduction to Relational Databases

  • Define relational database/terms used in relational database design/ basic concepts of relational technology
  • Understand why duplicate data is bad and hard to manage
  • Contrast data architectures
  • Logical vs. Physical Data Modelling
  • Understand Entity/Relationship diagrams
  • Describe the basics of normalization

Selecting Data

  • Overview of SQL Viewer
  • Using the basic SELECT statement
  • Using a column wildcard
  • Using owner and table prefixes
  • Specifying textual vs numeric data types
  • Filtering rows with the WHERE clause
  • Using comparison operators: =,<, >, and <>
  • Using Null/Nulls and inequality
  • Using compound WHERE clauses with AND and OR
  • Using IN and NOT IN to shorten SQL queries
  • Using LIKE for partial pattern matching

Creating JOIN statements

  • Describe join types
  • Creating recordsets from multiiple tables using an inner join
  • Using primary and foreign keys in performing joins/filters with joins
  • Joining tables using ANSI-92 syntax
  • Joining 3 or more tables in a single statement

Changing database contents with INSERT, UPDATE and DELETE

  • Adding data to tables with the INSERT statement
  • Introducing the UPDATE statement
  • Using the DELETE statement/a filter
  • Flagging records deleted as an alternative

Enhancing SELECT statements

  • Ordering data
  • Expressions in SELECT
  • Renaming tables/columns with aliases
  • Selecting computed columns
  • Character strings in queries
  • Aggregating values
  • Getting row counts
  • Minimum and maximum in a column:
  • MIN() and MAX()
  • Average and sum of a column: AVG() and SUM()
  • Grouping query results with GROUP BY clause/Grouping data
  • Other Aggregates such as COUNT()
  • Using positional notation in GROUP BY and the HAVING clause

Connecting to a RDBMS

  • Understand the Client/Server model for databases
  • Basic concept of database users and permissions
  • Discuss how database drivers work
  • Creating an ODBC Data source
  • Comparing performance (Access and MSDE)
  • Query Painters

Introduction to Stored Procedures

  • Description of stored procedures
  • Benefits of stored procedures
  • Incorporating procedural logic into stored procedures
  • Examples of stored procedures for SQL Server and Oracle

Strategies for Web Database Access

  • Understand limitations of the Web environment
  • Discuss strategies for limiting data
  • Next-n interfaces
  • Limiting to n rows returned
  • Performing dynamic searches
  • Increasing selectivity using search criteria
Show more

FAQs about the SQL Introduction course

Will I receive a certificate upon completion of my SQL Introduction course?

Yes, you'll receive a certificate of completion from Transmedia, demonstrating your knowledge and attendance on our SQL Introduction course. Our certificates note our Authorised Training Centre status.

Is this SQL Introduction course suitable for me?

This course is designed for people who are new to SQL or have been using SQL for a while but have never had formal training or who would like to learn best practice in SQL. If you are have any questions about whether the course could meet your needs, please speak to our customer service team, who will be delighted to advise you.

How is the content taught throughout the SQL Introduction course?

Our SQL Introduction course is extremely interactive. You will be using SQL throughout the day, working through examples and live projects under the guidance of our trainer, who will be supporting you through each step.

What is the recommended number of people for the class when I attend the SQL Introduction course?

For private classes in SQL Introduction, we recommend a maximum of 8 to 10 people from the same company in the class. Please ask our customer service team to help you find the right balance of people per class and the number of days training you need.

Should I attend the SQL Introduction course in person or live online?

For in-person courses at our London training centre, you will receive a warm personal welcome, your choice of the latest Mac or PC and morning and afternoon refreshments. If you prefer to attend remotely, rest assured that you will be taught live by the same experts that deliver our in-person courses, covering the same training content, using the same exercises and materials. A second monitor is recommended but not essential.

What support is available after I attend the SQL Introduction course?

We offer ongoing support to our SQL Introduction course attendees through email and by arrangement, phone calls. You are welcome to ask any questions on topics covered during training. Our trainer will always do their best to explain principles and help you with any issues you encounter.

SQL Introduction — Team and Bespoke Training

Booking a private training session allows you to focus on your exact needs on dates that work best for you or your team.

  • Sessions can be run online or in person, on your site or at our London training centre.
  • We manage training for many of the UK’s largest companies, taking care of all the admin, working with you to ensure the perfect course.
  • Our expert trainers will first understand your requirements and then tailor each session to your exact specification.
  • We offer a free consultation service to work out every detail of your course.

Prices for bespoke sessions with our expert trainers start at £595 + VAT, depending on the course and number of people.
Costs include all preparation time to customise the course to your exact requirements.

Private One-to-One Training

One-to-one tuition tailored to your exact requirements. Your choice of duration, dates and content.

Book Now

Team Training for Companies

Group bookings provide you with the most cost-effective way to train your team.


Book Now

Our Clients

s4c logo bbc logo raf logo victoria and albert museum logo hiscox logo five cowries logo formula 1 logo usaid logo natural history museum logo banking standards board logo university of oxford logo nhs logo apollo tyres logo dyson logo clarks logo university of cambridge logo game of thrones logo wcrf logo british library logo rapha logo hmpps logo hsbc logo

Latest Blog Articles

Why Transmedia?

Icon of an activity line

Unlimited Training Support

We offer unlimited training support after your course.

Icon of an activity line

Bespoke Training Solutions

Customised training and software solutions based on your exact requirements.

Icon of an activity line

Worldwide Creative Skills Training

Join our authorised training courses live online from anywhere in the world.

Icon of an activity line

Authorised Training Professionals

Our experts are accredited by Adobe, Apple and Claris and bring years of experience and real-world expertise.