SQL Programming with MariaDB: Analyzing Relational Data

MariaDB 10.5    |    Intermediate
  • 10 videos | 1h 19m 11s
  • Includes Assessment
  • Earns a Badge
Likes 9 Likes 9
To query data with SQL, you need to know which queries and keywords to use for which operations. In this course, you'll learn to query data using the classic SQL syntax construct, the SELECT-FROM-WHERE query, and how keywords, such as LIKE, can be used to filter data based on a condition and using wildcards. You'll learn how to carry out different aspects of inserting, updating, and deleting data - such operations, along with querying, are collectively known as CRUD operations, an acronym for Create-Read-Update-Delete. Finally, you'll learn how to take advantage of another important aspect of relational database usage - the ability to impose constraints upon data. You'll work with UNIQUE, NOT NULL, and FOREIGN KEY constraints.

WHAT YOU WILL LEARN

  • discover the key concepts covered in this course
    use the following constraints: NOT, NULL, and UNIQUE
    run a few basic SELECT-FROM-WHERE queries
    use UNIQUE constraints in an in-depth and applied way
    use update operations to update rows in tables, then create a table out of columns from another table
  • use the LIKE, NOT LIKE, IN, and NOT IN keywords work
    use subqueries in their most fundamental application
    constrain a child table from having any values in a column that are not in a specified column of the parent table using foreign key constraints
    recognize and use the BETWEEN, LIMIT, and ORDER BY keywords
    summarize the key concepts covered in this course

IN THIS COURSE

  • 2m 17s
  • 7m 29s
  • Locked
    3.  Implementing SELECT-FROM-WHERE queries
    8m 12s
  • Locked
    4.  Using UNIQUE Constraints
    9m 55s
  • Locked
    5.  Creating Tables from Other Tables Using Queries
    9m 59s
  • Locked
    6.  Using the LIKE, NOT LIKE, IN, and NOT IN Keywords
    11m 17s
  • Locked
    7.  Using Subqueries
    7m 27s
  • Locked
    8.  Working with FOREIGN KEY Constraints
    11m 50s
  • Locked
    9.  Using the BETWEEN, LIMIT, and ORDER BY Clauses
    8m 21s
  • Locked
    10.  Course Summary
    2m 23s

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Likes 17 Likes 17  
Likes 28 Likes 28