3 Related Courses
for Coursera Postgresql CoursesIntermediate PostgreSQL Intermediate
This course provides an in-depth exploration of PostgreSQL, from basic CRUD operations to more advanced techniques such as aggregation, transactions, CSV file parsing, and text data indexing. It is designed to help intermediate users gain a better understanding of the database. View all
JSON and Natural Language Processing in PostgreSQL
This course covers the fundamentals of PostgreSQL's JSON and natural language processing capabilities, including how to create and use inverted indexes, access an online API, spider data, store it in a JSON column, and build and use full-text inverted indexes. Students will gain hands-on experience with PostgreSQL's built-in capabilities to support full-text indexes. View all
ADVERTISEMENT
Database Design and Basic SQL in PostgreSQL
This course provides an introduction to database design and the use of SQL in the PostgreSQL environment. Students will gain hands-on experience creating tables, inserting data, designing data models, and querying relational data. Common SQL commands such as INSERT INTO, WHERE, ORDER BY, and ON DELETE CASCADE will be covered, as well as how to represent one-to-many and many-to-many relationships in PostgreSQL. View all