SQL with PostgreSQL for Beginners: Analyze Manipulate Data

所在平台: Udemy

课程主页: https://www.udemy.com/course/sql-with-postgresql-for-beginners-analyze-manipulate-data/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:适合初学者的SQL与PostgreSQL:数据分析与操作 课程概述: SQL(结构化查询语言)是全球需求量最大的技术技能之一。通过SQL,你可以方便地访问和操作数据库,包括执行查询、检索、插入、更新和删除记录。你还能创建新的数据库和表格,定义存储过程,过滤和排序返回的数据,甚至截断或删除表格。 PostgreSQL作为一款强大且开放源码的对象关系数据库管理系统,凭借其超过20年的稳定发展,广泛应用于许多网页、移动及分析应用中。它支持SQL(关系型)和JSON(非关系型)查询,是一流的企业级数据库系统。 你将学习的内容包括: - 执行CRUD操作(创建、读取、更新、删除) - PostgreSQL数据库对象的概念 - 使用PostgreSQL图形用户界面创建数据库 - 使用PostgreSQL图形用户界面和SQL命令创建表格 - 向表格中插入数据 - 查询和读取存储在表格中的数据 - 过滤和排序表格中的数据 - 使用子查询检索数据 - 更新数据库中现有的数据 - 查询和消除重复记录 - 删除存储在数据库中的记录 - 截断数据库表格 - 删除数据库表格 - 实现存储过程 - 从多个表格中关联和查询数据 - 使用各种聚合函数和数据分组 - 使用多种运算符进行数据查询 - 使用各类分析函数 本课程将帮助你掌握PostgreSQL和SQL的基本操作技能,为你未来在数据库管理和数据分析领域的职业发展打下坚实的基础。

课程评论(0条)

课程详情

SQL stands for Structured Query Language. It is one of the most in-demand tech skills in the world.What Can SQL do?SQL lets you access and manipulate databasesSQL can execute queries against a databaseSQL can retrieve data from a databaseSQL can insert records in a databaseSQL can update records in a databaseSQL can delete records from a databaseSQL can create new databasesSQL can create new tables in a databaseSQL can create stored procedures in a databaseSQL can filter data returned from a databaseSQL can sort data returned by a database.SQL can be used to truncate and drop tables.PostgreSQL is a powerful, open source object-relational database management system.PostgreSQL is an advanced, enterprise-class, and open-source relational database system. PostgreSQL supports both SQL (relational) and JSON (non-relational) querying.PostgreSQL is a highly stable database backed by more than 20 years of development by the open-source community.PostgreSQL is used as a primary database for many web applications as well as mobile and analytics applications.What You Will LearnPerform CRUD OperationsPostgreSQL Database ObjectsDatabase ConceptsCreating a database using PostgreSQL GUICreating tables with PostgreSQL GUI and SQL CommandsInserting Data into tablesQuery and read data stored inside a tableFilter and Sort data from a tableUsing Sub query to retrieve dataUpdating existing data stored inside a databaseQuery and eliminate duplicate recordsDeleting records stored inside databaseTruncating a database tableDropping a database tableImplementing Stored ProcedureJoining and querying data from multiple tablesUsing various aggregate functions and grouping dataUsing various Operators to query dataUsing various Analytic Functions

课程标签

0人关注该课程

主题相关的课程