jordi-fontan / LearnQuest--JavaCore-JDBC-JEE-JUNIT-MAVEN-SVN-Professional-Certificates

1 stars 0 forks source link

Notes , Labs and Quizes from Course3 on Java Persistence Specialization #18

Open jordi-fontan opened 1 year ago

jordi-fontan commented 1 year ago

Week 1 Create Database, Tables and Queries

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 11 videos, 1 reading, 1 practice quiz

Graded: Module 1 Exam

Week 2 Putting it together, Joins and SubQueries

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 5 videos, 2 readings, 1 practice quiz

Graded: Module 2 Exam