Performing Data Definition and Manipulation in SQL
4.6
星
103 個評分
提供方
2,660 人已註冊
在此指導項目中,您將:
Learn how to use SQL data definition statements for various data definition tasks such as creating a database, table etc
Learn how to use SQL data manipulation statements for various data manipulation tasks such as updating records in a table, etc
2 hours
初級
無需下載
分屏視頻
英語(English)
僅限桌面
In this 2-hour long project-based course, you will learn how to use SQL data definition statements for various data definition tasks and how to use SQL data manipulation statements for data manipulation tasks such as updating records in a table. In addition, you will learn how to upload a CSV file into a database using PostgreSQL.
您要培養的技能
Data Manipulation
Database Management Systems
Postgresql
Data Definition Language
Relational Database Management System (RDBMS)
分步進行學習
在與您的工作區一起在分屏中播放的視頻中,您的授課教師將指導您完成每個步驟:
Create a database to store database objects (tables)
Data definition (Creating tables in the database)
Data manipulation (Inserting data into the tables created)