SQL Introduction
Course Facts
- 2 day course
- Our Trainers are Authorised Professionals
- Live Online or Classroom-based
- Certificate of completion
- Maximum class size of 6 for scheduled courses
- Unlimited support after your course
- Courses at all levels: Introduction, Intermediate, Advanced and Masterclasses
Course Outline
- Introducing Fast Track to SQL
- Introduction to Relational Databases
- Selecting Data
- Creating JOIN statements
- Changing database contents with INSERT, UPDATE and DELETE
Private One-to-One Training
One-to-one tuition tailored to your exact requirements. Your choice of duration, dates and content.
Enquire NowTeam Training for Companies
Group bookings provide you with the most cost-effective way to train your team.
Enquire NowTeam Training and Bespoke Sessions
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 £525 + VAT.
Overview
Course Outline
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/maximum in a column:
- min ()/max ()
- Average/sum of a column:avg()/sum()
- Grouping query results with GROUP BY clause/Grouping data
- Aggregates & groups (count, min, max, avg, sum)
- Using positional notation in GROUP BY/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 & 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
Our Clients
Why Transmedia?
Unlimited Training Support
We offer unlimited training support after your course.
Bespoke Training Solutions
Customised training and software solutions based on your exact specification.
Worldwide Creative Skills Training
Join our authorised training courses live online from anywhere in the world.
Authorised Training Professionals
Our experts are accredited by Adobe, Apple and Claris and bring years of experience and real-world expertise.
Courses Live Online
Join our virtual classrooms to learn from the comfort of your own space in real time from our accredited training experts.
SEE COURSESClassroom Training
Join us at one of our Authorised Training Centres for a traditional classroom-based experience.
We have everything ready for you to have the best training experience.
SEE COURSESPrivate Courses
One-to-one tuition or a private group training with just you or your colleagues.
We can train you live online, at one of our centres or onsite, wherever you are located.
SEE COURSESUseful Links
- Wikipedia page for SQL – History and capabilities of SQL
- SQL explained – What is Structured Query Language (SQL)?
- SQL YouTube channel – Official YouTube channel for SQL learners
- W3 Schools tutorials – Always a great site for tutorials