Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introduction to Database Queries
Rating: 4.4 out of 5(4 ratings)
18 students

Introduction to Database Queries

Learning to Program Relational Databases
Created byAspen Olmsted
Last updated 2/2024
English

What you'll learn

  • Apply queries from a table to retrieve data.
  • Apply queries from multiple tables to retrieve data.
  • Apply queries in SQL to create and update data in a database.
  • Apply queries in SQL to delete data in a database.

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

6 sections20 lectures3h 1m total length
  • Welcome Message4:25

    Hello and welcome to Introduction to Database Queries. This is the first of three courses in the Databases Program.  The three program courses are Introduction to Database Queries, Advanced Database Queries, and Advanced Database Administration.

    Aspen Olmsted, Ph.D.


Requirements

  • No programming experience required. You will learn what you need from this course

Description

This program will teach you everything you need to know to use a relational database management system in the Web, the Cloud, and embedded applications. Database development and administration skills are required in most Information Technology, Software Engineering, Cybersecurity, and Computer Science jobs. The courses utilize the open-source relational database MySQL. MySQL and its open-source fork, MariaDB, are used in millions of web apps to persist the application data and provide query processing. Students gain valuable hands-on experience programming SQL queries in the labs. In addition to the applied SQL labs, you will also gain an understanding of relational databases in general, learning how to design your database so it's robust and efficient. Furthermore, you will harness that power by learning SQL and using it to build databases, populate them with data, and query that data through extensive hands-on practices.


This self-paced program provides an undergraduate-level introduction to database programming and administration that will help prepare students for advanced undergraduate computer science, information technology, or cybersecurity coursework.


Course Objectives

By the end of this program, students should be able to:

  • Apply queries in relational algebra to retrieve data.

  • Apply queries in SQL to create, read, update, and delete data in a database.

  • Apply the concepts of entity integrity constraint and referential integrity constraint (including the definition of the concept of a foreign key).

  • Describe the normal forms (1NF, 2NF, 3NF, BCNF, and 4NF) of a relation.

  • Apply normalization to a relation to create a set of BCNF relations and denormalize a relational schema.

  • Describe functional dependency between two or more attributes that are a subset of a relation.

  • Understand multi-valued dependency and identify examples in relational schemas.

  • Sketch conceptual data models (including ER) to describe a database structure.

  • Apply SQL to create a relational database schema based on conceptual and relational models.

  • Apply stored procedures, functions, and triggers using a commercial relational DBMS.

  • Describe concurrency control and how it is affected by isolation levels in the database.


This is the 1st course of 3 in the program and focuses on learning to query a database.  We will drill into tools, single-table queries, multiple-table queries, and queries that modify data in the database.


Who this course is for:

  • Beginning programmers