JDBC, DAO & SQL: Practical Crash Course - Build Database App
https://DevCourseWeb.com
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 26 lectures (7h 57m) | Size: 2.9 GB
Learn JDBC and get practical experience by engineering relational database (MySQL) and creating Java App to work with DB
What you'll learn
JDBC
SQL
Relational Databases
Connecting Java App to a database
Executing queries to the database from the Java App
Build a fully functioning application that uses database as a persistance storage
DAO pattern
Add database support with JDBC: select, insert, update, delete queries
Database Normalization & Denormalization
Database optimization
Indexes in Databases
Data Modelling
Database Architecture
DML
DDL
Requirements
Understanding of Java syntax: you can refer to my free course "Master Java Basics"
Understanding of Java OOP: you can refer to my OOP course