When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

MichiganX logo

MichiganX: Database Design and Basic SQL in PostgreSQL

This first course in PostgreSQL for Everybody explores the use of SQL in the PostgreSQL environment and introduces SQL techniques and commands. This course also explores data modeling and database relationships, while introducing hands-on assignments to work within PostgreSQL.

     0 |
  • Reviews ( 0 )
₹4897

This Course Includes

  • iconedx
  • icon0 (0 reviews )
  • icon4 weeks at 2-4 hours per week
  • iconenglish
  • iconOnline - Self Paced
  • iconcourse
  • iconMichiganX

About MichiganX: Database Design and Basic SQL in PostgreSQL

In this course you will learn more about the historical design of databases and the use of SQL in the PostgreSQL environment. Using SQL techniques and common commands (INSERT INTO, WHERE, ORDER BY, ON DELETE CASCADE, etc) will enable you to create tables, column types and define the schema of your data in PostgreSQL. You will learn about data modeling and how to represent one-to-many and many-to-many relationships in PostgreSQL. Students will do hands-on assignments creating tables, inserting data, designing data models, creating relational structures and inserting and querying relational data in tables.

What You Will Learn?

  • Utilize psql and SQL commands to implement CRUD (Create, Read, Update, and Delete) operations for tables in a PostgreSQL database..
  • Identify and utilize the functions of primary, logical, and foreign keys within a database. .
  • Build and differentiate between one-to-many and many-to-many relationships within PostgreSQL..
  • Recall key people, organizations, and innovations that were instrumental to building the SQL standard.