We may earn an affiliate commission when you visit our partners.
Course image
IsáBel .

SQL Is One Of The Most Sought-After Skills By Employers.

If there was an easy, step-by-step method for learning a little bit of" syndrome, would you finally feel confident enough to make learning SQL your priority?

Read more

SQL Is One Of The Most Sought-After Skills By Employers.

If there was an easy, step-by-step method for learning a little bit of" syndrome, would you finally feel confident enough to make learning SQL your priority?

You Can Quickly Learning How To Query Your Microsoft Access Databases with SQL

If you are already familiar with Microsoft Access databases, and would like to:

  •  Have more employable skills

  •   Learn an in-demand programming language

  •   Get the answers that you want, when you want them from your database

  •   Break free of the Query Design window, or Query Wizards

Then this course will enable you to discover how you can use SQL to query your Access databases. There is enormous value in knowing the basics and being efficient in SQL.

You can start using SQL today.Here's your first example,

SELECT [SQL Course]FROM UdemyWHERE Instructor = 'IsáBel.'

               

The Tools You Need to Tell the Query Design Window "Good-bye",

Enroll now

What's inside

Learning objectives

  • Files & sql script included!
  • Write sql queries in your microsoft access databases
  • Create select queries
  • Filter with the where clause
  • Sort your access records
  • Group your records
  • Use aggregate functions
  • Learn about date function
  • Get familiar with functions you can use with strings
  • Learn how to join tables
  • Create tables using sql
  • Insert records into your tables
  • Use action queries like:
  • - update
  • - delete
  • Create subqueries
  • ... and more
  • Show more
  • Show less

Syllabus

Latest SQL for Non-Programmers Quick Tip

Get the latest Quick Tips from Microsoft Access: SQL for Non-Programmers

Introduction to Scripting SQL with Microsoft Access
Read more

Welcome to this Microsoft Access SQL course on Udemy.com

In this course you will be able to follow along using the Northwind database. This database can be downloaded from within Microsoft Access.

Make the most out of this course. Follow these steps for a successful course experience, and as always, feel free to message me or post a discussion.

SQL: SELECT

Learn the structure of the SELECT statement, used to retrieve data from your database.

Multiple examples will walk you through the core of scripting SQL - the SELECT statement.

Learn to use aliases to temporarily rename a column heading

The SQL used in this section.

Exercises to reinforce the SQL you learned in this section of the course - SELECT

SQL: WHERE

The WHERE clause is in SQL used to filter records

In SQL, wildcard characters are used with the LIKE operator, and can be used to substitute any character(s) in a string.

Learn additional ways to filter records in SQL

Examples of how you can use WHERE to filter records in SQL

More examples of how you can use WHERE to filter records in SQL

Exercises to reinforce the SQL you learned in this section of the course - WHERE

SQL: ORDER BY

In SQL, ORDER BY is used to sort the result set

Examples of how you can use ORDER BY in SQL to sort records in your Access databases

Exercises to reinforce the SQL you learned in this section of the course - ORDER BY

Introduction to Aggregate Functions in SQL

In SQL, use aggregate functions to return one value, calculated from multiple values in a column

Examples of the SQL SUM function

Examples of the SQL AVERAGE function

Examples of the SQL COUNT function

Examples of the SQL MIN and MAX functions

Exercises to reinforce the SQL you learned in this section of the course - Aggregate functions

SQL: Date Functions

Examples of the SQL DATE function

Example of the SQL NOW function

Example of the SQL DAY function

Example of the SQL MonthName function

Examples of the SQL DatePart function

Examples of the SQL DateAdd function

Examples of the SQL DateDiff function

Examples of the SQL DateValue function

Learn how to format dates using SQL in your Microsoft Access databases

Exercises to reinforce the SQL you learned in this section of the course - Date Functions

SQL: String Functions

Learn how to bring fields together using SQL

Use SQL to convert the value of a field to lowercase or uppercase

Extract characters from the left or right side of a character string in SQL

Extract characters from a character string in SQL

In SQL, find the length of a value in a string

Remove blank characters from the beginning and/or end of a character string in SQL

Replace characters with other characters

Exercises to reinforce the SQL you learned in this section of the course - String Functions

Updating and Deleting Records Using SQL

In SQL, use UPDATE to update existing records in a table

Examples of how you can use UPDATE in SQL to update existing records in your Access databases

In SQL, use DELETE to delete existing records in a table

Examples of how you can use DELETE in SQL to delete existing records in your Access databases

Exercises to reinforce the SQL you learned in this section of the course - Updating and Deleting Records

If you are enjoying this Microsoft Access SQL course, please leave a positive comment, and a rating, which you can do at the top right hand corner of the Course Dashboard.

It takes less than a minute and it is a huge help to other students, and to me too.

SQL: Subqueries

In SQL, a subquery is a query that is nested inside a SELECT, INSERT, UPDATE, or DELETE statement, or inside of another subquery

Learn to use EXISTS

Exercises to reinforce the SQL you learned in this section of the course - Subqueries

Joining Tables Using SQL

The PRIMARY KEY uniquely identifies each record in a table. A FOREIGN KEY in one table is the PRIMARY KEY in another table.

Learn about INNER JOINS and OUTER JOINS

Learn the SQL syntax for creating Joins

Examples of how to Join tables in your Access database using SQL

Examples of joining 3 or more tables in the Northwind database.

Learn to use aliases to temporarily rename tables

Now that you know how to create a Subquery, and how to create a Join, which one should you use?

Exercises to reinforce the SQL you learned in this section of the course - Joins

SQL: Tables

Learn how to create tables using SQL in your Microsoft Access databases

Get familiar with different data types

Example of how to use SQL to create tables in your Microsoft Access databases

Now that your table has been created, learn how to insert data into those tables using SQL

Examples of how to insert data into those tables using SQL

In SQL, use ALTER TABLE to add, delete, or modify columns in an existing table.

Exercises to reinforce the SQL you learned in this section of the course - Tables

Other SQL Clauses & Functions

Learn how to create Crosstab Queries in SQL by using TRANSFORM and PIVOT

In SQL, use DISTINCT to return only distinct values.

In SQL, use TOP to specify the number of records to return.

Learn how to combine like SELECT queries with UNION.

Formatting Numbers

The SQL used in this section.

Test Your SQL Skills

Put what you have learned in Microsoft Access: SQL for Non-Programmers to the test with this 5 page resource

The answers to the 5 page Test Your Skills questions for Microsoft Access: SQL for Non-Programmers

Thanks for being a part of this Udemy.com course. I hope that it has helped to further your understanding of SQL in Microsoft Access. if you have any questions, please let me know. I look forward to feedback.

What can you do, now that the course is complete, to help you with scripting SQL in Microsoft Access databases?

Here are your next steps.

Good to know

Know what's good
, what to watch for
, and possible dealbreakers
Develops beginner-friendly SQL skills foundational for intermediate learning
Focuses on practical uses of SQL in Access databases specifically
Meets the need for SQL skills that are highly sought-after
Gives learners an edge in understanding advanced SQL functions
May require learners to already possess some working knowledge and experience with Microsoft Access databases

Save this course

Save Microsoft Access SQL: SQL for Non-Programmers to your list so you can find it easily later:
Save

Reviews summary

Accessible sql course

Learners say this easy-to-follow course is wonderful. They learned so much that they're now eager to learn more.
Inspires interest in subject.
"By the end of the course I was motivated and eager to learn more."
Provides valuable knowledge.
"I learned so much."
Suited for beginners.
"This course is wonderful."
"It is easy to follow."

Activities

Be better prepared before your course. Deepen your understanding during and after it. Supplement your coursework and achieve mastery of the topics covered in Microsoft Access SQL: SQL for Non-Programmers with these activities:
Read 'SQL for Dummies' by Allen G. Taylor
Supplement your course learning with a comprehensive book that provides an easy-to-understand introduction to SQL concepts.
Show steps
  • Obtain a copy of the book.
  • Read the chapters relevant to the topics covered in the course.
  • Take notes and highlight important concepts.
Review basic data types and operators
Refresh your knowledge of the fundamental data types and operators used in SQL to prepare for more advanced concepts.
Show steps
  • Refer to course materials or online resources to review data types.
  • Go over the different operators and their precedence.
  • Complete practice exercises to reinforce your understanding.
Create a study guide from course materials
Enhance your retention and organization by creating a comprehensive study guide that summarizes the key concepts and resources from the course.
Browse courses on Study Guide
Show steps
  • Gather all relevant course materials, including notes, slides, and assignments.
  • Identify and outline the main topics and subtopics.
  • Summarize the key points and examples for each topic.
Three other activities
Expand to see all activities and additional details
Show all six activities
Join a study group or online forum
Connect with other learners and experts to discuss SQL concepts, share knowledge, and get feedback on your work.
Show steps
  • Join an online forum or discussion group dedicated to SQL or Microsoft Access.
  • Participate in discussions, ask questions, and provide answers.
  • Collaborate with others on projects or learning activities.
Write SQL queries
Reinforce your understanding of the syntax and structure of SQL queries by writing practice queries in Microsoft Access.
Browse courses on SELECT
Show steps
  • Choose a table to query from your Access database.
  • Write a SELECT statement to retrieve specific columns of data.
  • Use WHERE, ORDER BY, and other clauses to filter and sort the results.
Follow along with the course examples
Enhance your understanding of SQL concepts by following along with the step-by-step tutorials in the course.
Show steps
  • Open the provided Northwind database in Microsoft Access.
  • Follow the instructions in the tutorial to create and execute SQL queries.
  • Review the results and compare them to the expected output.

Career center

Learners who complete Microsoft Access SQL: SQL for Non-Programmers will develop knowledge and skills that may be useful to these careers:
Data Analyst
Data Analysts use specialized SQL queries to extract data from relational databases and data warehouses. They might work alongside Data Scientists to help clean data and prepare it for Machine Learning algorithms. This course will help you build a foundation in SQL that will benefit you as a Data Analyst.
Database Administrator
Database Administrators maintain SQL databases, working to ensure speed, integrity, and security. The SQL skills taught in this course will help you get started with database administration.
Business Analyst
Business Analysts use SQL to extract and analyze data for a wide range of business purposes. This course can help Business Analysts leverage SQL for improved data-driven decision making.
Marketing Analyst
Marketing Analysts use SQL to extract and analyze data for the purposes of understanding customer behavior and developing marketing campaigns. This course will provide a foundation in SQL for Marketing Analysts.
Epidemiologist
Epidemiologists use SQL to analyze data for the purposes of understanding the causes of diseases and developing public health policies. This course will provide a foundation in SQL for Epidemiologists.
Financial Analyst
Financial Analysts use SQL to analyze financial data for the purposes of making investment decisions or modeling risk. This course will help Financial Analysts gain a foundation in SQL that will enable them to work more effectively with financial data.
Product Manager
Product Managers need to be data-literate and understand how SQL can be used to extract and analyze data. This course can help Product Managers become more effective in using data to make decisions.
Consultant
Consultants often work with clients to help them solve business problems using data. The skills taught in this course will help build a foundation for using SQL to analyze data and extract insights.
Actuary
Actuaries use SQL to analyze large datasets for the purposes of pricing insurance policies and managing risk. This course will provide a foundation in SQL for Actuaries.
Operations Research Analyst
Operations Research Analysts use SQL to analyze data for the purposes of making decisions about how to optimize business processes. This course will provide a foundation in SQL for Operations Research Analysts.
Statistician
Statisticians use SQL to analyze large datasets for the purposes of drawing conclusions about populations. This course will provide a foundation in SQL for Statisticians.
Quantitative Analyst
Quantitative Analysts use SQL to analyze large datasets for the purposes of making investment decisions or modeling risk. This course can provide a helpful introduction to the basics of SQL that Quantitative Analysts need to know.
Data Scientist
Data Scientists use SQL to query large datasets and prepare data for training Machine Learning models. This course can help Data Scientists gain a fundamental understanding of SQL, which may be helpful for their work.
Software Engineer
Software Engineers use SQL within applications to access and manage data. The SQL skills taught in this course may be useful to Software Engineers because they provide foundational knowledge in this realm.
Web Developer
Web Developers sometimes need to use SQL to interface with databases on the back-end of websites and web applications. The SQL skills taught in this course may be useful for Web Developers.

Reading list

We've selected seven books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in Microsoft Access SQL: SQL for Non-Programmers.
Provides a step-by-step guide to refactoring databases. It covers topics such as identifying and fixing code smells, improving performance, and reducing complexity.
Comprehensive guide to PostgreSQL. It covers topics such as installation, configuration, and administration. It great resource for anyone who wants to learn more about PostgreSQL.
Provides a comprehensive overview of SQL Server 2016 query performance tuning. It covers topics such as identifying and fixing performance bottlenecks, and optimizing queries. It great resource for anyone who wants to learn more about SQL Server 2016 query performance tuning.
Provides a comprehensive overview of SQL Server 2000 performance tuning and optimization. It covers topics such as identifying and fixing performance bottlenecks, and optimizing queries. It great resource for anyone who wants to learn more about SQL Server 2000 performance tuning and optimization.
Beginner's guide to Oracle SQL. It covers topics such as creating and managing databases, tables, and records. It great resource for anyone who wants to learn the basics of Oracle SQL.

Share

Help others find this course page by sharing it with your friends and followers:
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2024 OpenCourser