Read our blogs, tips and tutorials
Try our exercises or test your skills
Watch our tutorial videos or shorts
Take a self-paced course
Read our recent newsletters
License our courseware
Book expert consultancy
Buy our publications
Get help in using our site
528 attributed reviews in the last 3 years
Refreshingly small course sizes
Outstandingly good courseware
Whizzy online classrooms
Wise Owl trainers only (no freelancers)
Almost no cancellations
We have genuine integrity
We invoice after training
Review 30+ years of Wise Owl
View our top 100 clients
Search our website
We also send out useful tips in a monthly email newsletter ...
Not sure if we deserve all the reviews you can see on this site? Here are some of the things we do (very) differently to earn them.
How can any training company guarantee the quality of their courses? Here's how:
Our course manuals and exercises are by some way the best in the computer training industry. Fortunately you don't have to take our word for this - you can see for yourself:
Our values are simple - we treat people as we would like to be treated ourselves. So:
You can see more on our corporate values here.
We've put a lot of thought into making our online courses as useful and interactive as possbile:
Choose a specific course, or stay on this page to see all of our SQL training.
Course:
Can't see the dates/course type that you want? Create your own onsite course (and tailor the content too!).
Courses marked with an (*) are new courses (for these courses our usual no cancel guarantee doesn't apply).
If you can't see the course you want listed above, don't despair! If you can muster 3 or 4 people together, it may well be worth organising an onsite course at your office (we'll provide and set up the computers), or else an online course tailored to your needs.
Here are some comments we've received about our SQL + training. You can see all of our 528 reviews here. We would like to sincerely thank the clients whose names are shown below for kindly agreeing to let us share their feedback.
"The course was really well paced. The trainer made sure we understood the basics before continuing."
Megan Roberts
Southbank Centre
"An excellent trainer, full of energy and really keen to see us improve on our existing SQL skills. Kept me engaged throughout the entire training process. Used SQL in the past but wanted to gain more understanding of the different clauses which are used. Came out of the training with a much better understanding of SQL, in that I now know when to use each clause and how to format queries."
Joshua Woolner
Department of Health and Social Care (DHSC)
"The course instructor was very knowledgeable, engaging and enthusiastic to keep everyone involved. The course was not overwhelming and I came away feeling I've learned quite a bit more about SQL."
John Payne
Liquid Logic (System C)
"Really enjoyed the course, well delivered and some great topics."
Gemma Tomlinson
Derby and Burton Hospitals NHS FT
"An excellent teacher and trainer. The course content was specifically tailored to suit our needs and he did a wonderful job teaching us it and further enlightening us on a number of topics. I can't recommend him highly enough."
Thomas Crozier
Home Office
"The instructor made complex content accessible and enjoyable to learn. The manual will also provide further learning and support my SQL use at work. I chose the course based on the strength of the Power BI course (I previously attended) and the standard of this course was just as good."
Sophia Sharpley
Sage Publishing
Sick of having to contact your IT people or third party supplier to get at your own data? Learn to write queries to get at it yourself, using either SQL Server Management Studio or (by request) Azure Data Studio. We run two scheduled courses: a two-day introduction to SQL course, and a two-day advanced SQL course.
If you're a quick learner you could consider combining these two courses together and attending our single three-day fast-track course (but only if you're a quick learner).
This course will show you how to write queries like the one below using T-SQL, the dialect of SQL used within Microsoft's SQL Server:
-- show how many films there are for each certificate
SELECT
c.Certificate,
COUNT(*) as 'Number of films'
FROM
Film as f
INNER JOIN Certificate AS c
ON f.CertificateID = c.CertificateID
GROUP BY
c.Certificate
ORDER BY
-- show most popular certificate first
'Number of films' DESC
This won't necessarily make much sense to you now, but it will do after the course!
This course assumes that you know how to write queries, and shows you how to program in SQL, including using variables, writing stored procedures and functions and using table variables and temporary tables. Here's a sample of what you'll learn to do:
CREATE PROC spListFilms(
@minOscars int,
@maxOscars int
)
AS
-- list films winning this many Oscars
SELECT
f.Title,
f.OscarWins
FROM
Film AS f
WHERE
f.OscarWins between @minOscars and @maxOscars
Still not sure which is the right course for you? There's more help available here.
Finally, note that we're also big believers in teaching you not just how to write queries, but how to write them well, following our own internal SQL coding standards.
Click on any heading below to learn more.
Contact method | Details |
---|---|
Phone | Call us on (0161) 883 3606 and (within normal UK office hours) a friendly and helpful human will answer the phone! |
Send an email to our inbox and we'll aim to answer it within a couple of working hours. | |
Web | Fill in an enquiry form letting us know what you want to achieve, and we'll do our best to help! |
Skills you want to test |
---|
SQL (for SQL Server) |
Each tests consists of 20 questions. The tests are free and anonymous, and at the end you'll see a full analysis of your results (as well as a comparison of how well you did relative to everyone else who has previously taken the test).
We've got the following videos on our site to help you to learn SQL:
Category | Videos |
---|---|
12 |
|
18 |
|
9 |
|
3 |
Blog topic |
---|
SQL |
In addition to our classroom and online SQL training courses, we also have the following learning resources:
Resource | Notes |
---|---|
Online tutorials | Learn SQL from our free online tutorials |
Tips and tricks | Useful tips and tricks to make SQL easier |
Kingsmoor House
Railway Street
GLOSSOP
SK13 2AA
Landmark Offices
99 Bishopsgate
LONDON
EC2M 3XD
Holiday Inn
25 Aytoun Street
MANCHESTER
M1 3AE
© Wise Owl Business Solutions Ltd 2025. All Rights Reserved.