PostgreSQL For Beginners

所在平台: Udemy

课程主页: https://www.udemy.com/course/postgresql-for-beginners/

课程评论:没有评论

第一个写评论        关注课程

课程简介

**PostgreSQL for Beginners 课程总结** 本课程旨在为初学者提供 PostgreSQL(也称为 Postgres)的基础知识,这是一个开源数据库。课程将涵盖从安装到编写基本查询和检索数据的所有内容。 **主要学习内容:** * **安装与验证:** 学习如何安装 PostgreSQL 并验证安装是否成功。 * **基本CRUD操作:** 掌握创建表(CREATE TABLE)、插入数据(INSERT)、更新数据(UPDATE)和删除数据(DELETE)等基本操作。 * **数据类型与约束:** 了解 PostgreSQL 支持的各种数据类型,以及如何使用 UNIQUE 约束等来保证数据的完整性。 * **数据检索与查询:** * 基础查询:学习如何检索表中的所有数据(SELECT 语句)以及特定列的数据。 * 过滤与排序:掌握使用 WHERE 子句进行数据过滤,使用 ORDER BY 子句对数据进行排序。 * 逻辑运算:学习使用 AND, OR, BETWEEN, NOT, IN, LIKE, EXCEPT, INTERSECT, UNION, UNION ALL 等运算符和子查询来构建复杂的查询。 * 连接表:深入理解 JOIN 操作,包括 INNER JOIN, LEFT JOIN, FULL OUTER JOIN, CROSS JOIN, NATURAL JOIN,以及如何通过连接检索来自多个表的数据。 * 分组与聚合:学习使用 GROUP BY 和 HAVING 子句进行数据分组和聚合。 * **其他重要概念:** 了解 Truncate 语句、LIMIT 运算符、Cast 和 Operators、Sequences、Schema 以及 Server service 等概念。 * **可视化工具:** 学习如何使用 PG4ADMIN 创建数据库和表。 **课程特色:** 这是一门注重实践的动手课程,旨在帮助学员掌握使用 PostgreSQL 的技能和信心,能够自信地进行数据库操作。

课程评论(0条)

课程详情

PostgreSQL is commonly known as Postgres and it is also open source database. In this course, we will go over the basics of the PostgreSQL. We will cover topics ranging from installations, to writing basic queries and retrieving data from tables. We will also explore the logic of joining tables to retrieve data and much more. The course also covers the basics of creating tables, storing data with data types, and working with expressions, operators, and strings. Topics include:Installing PostgreSQLVerify postgresql installationpostgresql INSERT StatementPostgres UNIQUE ConstraintsPostgres Truncate statementPostgres UPDATEPostgresql INNER JOINRemoving Duplicate RecordsPostgres LIKE OperatorPostgresql OR OperatorSorting Data Server serviceSequencesSchemaRetrieving all Data from TableQuery Data fro specific columnLoading sample databasePostgresql DELETE StatementPostgresql DATA TypesPostgresql CREATE Table StatementPostgresql SubQueryPostgresql UNION OperatorPostgreSQL ORDER BY clausePostgreSQL UNION ALL OperatorPostgreSQL GROUP BY clausePostgreSQL FULL OUTER JOINPostgreSQL CROSS JOINPostgreSQL combining AND OR OperatorPostgreSQL AND OperatorPostgreSQL BETWEEN OperatorPostgreSQL NATURAL JOIN OperatorPostgreSQL SELECT statementCRUD OperationsPostgreSQL EXCEPT OperatorCreate a Database with PG4ADMINCreate a Table with PG4ADMINPostgreSQL NOT OperatorPostgreSQL NOT BETWEEN OperatorPostgreSQL LIMIT OperatorPostgreSQL INTERSECT OperatorPostgreSQL Left JoinPostgreSQL IN OperatorPostgreSQL HAVING clauseComparison operatorsCast and OperatorsFiltering Data with WHERE clause This is a practical hands-on course that will equip you with the skills and confidence to work with PostgreSQL.

课程标签

0人关注该课程

主题相关的课程