|
所在平台: Coursera |
课程主页: https://www.coursera.org/learn/java-database-connectivity-sql-primer
课程评论:没有评论
课程名称:Java 数据访问 - SQL 入门 课程概述:本课程将向学生介绍与关系数据库交互的基本 SQL 概念。课程将展示基本的 SQL 语句,用于创建和查询表、通过连接和子查询利用表关系,以及插入和更新表行。本课程仅覆盖学生在深入学习 Java 数据库连接(JDBC)和 Jakarta 持久性(JPA)课程所需的基本知识。 课程大纲: 第一部分:创建数据库、表和查询 描述:在本模块中,我们将介绍基本的 SQL 语法,通过 SQL 查询和更新与数据库及其表进行交互,帮助学生理解 SQL,以便为后续的 JDBC 和 JPA 课程打下基础。 第二部分:整合使用,连接和子查询 描述:在本模块中,学生将应用更复杂的 SQL WHERE 子句。接着,学生将学习通过 SQL 连接查询连接表以及使用子查询的概念。
Part: 1
Title:Create Database, Tables and Queries
Description:In this module we will introduce basic SQL Syntax, Interact with a database its tables to via SQL Queries and Updates to give you enough understanding of SQL for the Java Database Connectivity (JDBC) and Jakarta Persistence (JPA) courses
Part: 2
Title:Putting it together, Joins and SubQueries
Description:In this module you will apply more complex where clauases in your SQL Statements. You will then move onto the concept of joining tables through SQL Join Queries and also SubQueries
This course will introduce the student to the basic concepts of SQL for interaction with Relational Databases. It will illustrate basic SQL statements to create and query tables, leverage table relationships through joins and subqueries, insert and update table rows. It is, however, only intended to cover the basics needed in order for the student to progress onto the Java Database Connectivity (JDBC) and Jakarta Persistence (JPA) courses in the Data Access Specialization.