Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Basic SQL SELECT
Rating: 4.8 out of 5(10 ratings)
45 students

Basic SQL SELECT

Using SQL (Structured Query Language) to select data from a database
Created byEric Manske
Last updated 2/2023
English

What you'll learn

  • Understand the logic of databases and succeed at pulling data from them
  • Be able to answer the question, "What is SQL?" with a few different answers
  • Know the basics of the six standard SQL SELECT statement clauses
  • Understand a couple different ways to pull together data from more than one data set
  • Construct well-formed SQL SELECT statements that allow others (and you in the future) to understand, at a glance, the business request
  • Know how to pursue further SQL instruction and how to research your SQL questions

Coding Exercises

This course includes our updated coding exercises so you can practice your skills as you learn.

See a demo
Image of coding exercise example

Course content

4 sections18 lectures2h 1m total length
  • Welcome!2:43

    Welcome to my course on the basic structure of the SELECT statement in SQL. As SQL is desired more and more in the modern workplace, even in non-IT areas, it is more important to become familiar with this language and its tools. If you have never seen the database interface for writing SQL, or if you use SQL daily but do not really understand what you are copying and pasting in the query, or if you feel confident enough but just want to make sure you have covered any gaps, this course will provide a foundation to grow in your understanding of getting data out of databases using SQL.

  • What is a database?1:50

    If you are familiar with Excel (or any spreadsheet application), you already have conceptual knowledge that can be easily translated toward understanding databases. Learn about the similarities, and comprehend the organization and logic used to store data.

  • What tools do I use with databases?2:56

    Relational Database Management Systems (RDBMS) are user interfaces that allow you to interact with a database. You can put the same tables in multiple management systems and oftentimes take a simple statement from one and run it in another. You also can sometimes connect to each of the management systems using the querying tool from only one of them.

  • Where do I find data for databases?2:42

    Learn how to search for free data available for download that can then be used in a database.

  • How do I get help with databases?3:13

    Good practices for searching the Web for help with databases and with SQL

  • What is SQL (Structured Query Language)?5:35

    Hear a brief history of the development of SQL and the institutions that have provided its standardization. Learn where SQL falls in the families of coding languages, and see some of the main variants that have been developed over the years.

Requirements

  • No SQL experience needed
  • Access to a tool to execute SQL statements may be helpful

Description

The tools of business continue to change and grow. Long ago, paper and pencil replaced rote memory and more recently were themselves replaced by computers. Analysts used to work out calculations on calculators, then switched to spreadsheet applications, like Excel. Understanding SQL used to be a skill reserved for IT personnel; now, SQL is becoming an indispensable analytical tool in the modern workplace. Just like spreadsheets were once a tool known only to specialists but are now ubiquitous in the workplace, likewise SQL is beginning to become more accessible throughout organizations.

This course focuses on the SELECT statement in SQL so stays squarely in the realm of Data Query Language (DQL) commands. Although this focus may sound limiting, understanding the SELECT statement is essential for many of the other commands, since typically the data will need to be selected first before doing something else with it. As well, many of the standard and exotic commands and functions can be easily presented with a SELECT statement, and mastery of this beginning set will prepare people for further explorations into SQL.

I learned everything I know about SQL on the job, and so can you. After teaching for 10 years, I was pulled into IT at my first corporate position and have used SQL in every role since then. I know what it is like to learn a keyword for the first time, to start exploring its uses, to be shown tricks and techniques using it by others, and to eventually gain a deeper understanding of why it works the way it does. I have trained many others in SQL in companies large and small, including some Fortune 50 companies. I have compiled my experiences and curated from those lessons what I believe to be the important initial steps to share with you. (Those of you from my past training sessions will likely recognize parts of these lessons!) I trust you will take this knowledge, and Spirit willing, share it with others.

So, without further ado, let's begin. Please click on the first lecture in section 1, the starting point to work your way through this course.

Who this course is for:

  • Anyone who has heard of SQL and wants to know a bit about what it is
  • Businesspeople who have been given SQL statements and want to know more about what they have been given
  • Beginners with SQL (all platforms)