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
471 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 471 reviews here. We would like to sincerely thank the clients whose names are shown below for kindly agreeing to let us share their feedback.
"A really great teacher."
Orla Emberson
Ministry of Housing, Communities & Local Government (MHCLG)
"Fantastic course with a fantastic trainer, who really went the extra mile and did an amazing job explaining coding concepts."
Nathaniel Sillett
Dale Underwriting Partners
"Great course and has made us think about how we can improve our own SQL code in our DB."
Guy Wates
VW Heritage Parts Centre
"The course was very well taught & it was the clear that the trainer was very knowledgeable and had lots of experience. Teaching online was great as the instructor could clearly see what we were doing on the Remote Desktop. Plenty of breaks which was good as too much information too quickly would normally cause a headache! Chose fast track SQL to learn as much as possible in a short space of time. Glad to have learnt parts from both intro to SQL and advanced SQL course, definitely made the most of our time."
Evie Topp
Clayton Glass Ltd
"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
"I thoroughly enjoyed the advanced sql course. I had attended the basic sql course in October and this course was a great continuation on the topics learnt. I picked up lots of new and useful skills that I will be able to transfer over into my daily work, which has drastically improved since the basic course. My trainer was superb also, extremely knowledgeable on every topic covered and his passion really came through. He answered all the questions we asked over the 2 days with great insight and knowledge and was really helpful over the duration of the course. I have really enjoyed both courses and would definitely recommend Wise Owl to anyone who requires training in the future."
Cameron Daulby
Ifor Williams Trailers Ltd
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.