Introduction to SQL

preview_player
Показать описание
An introduction to relational databases, Structured Query Language (SQL), and using Java DB (also called Derby database) via NetBeans.

Contents
Introduction to relational databases (00:00 - 09:48)
Introduction to SQL (09:48 - 27:05)
Create table (10:13 - 11:49)
Drop (delete) table (11:49 - 12:17)
Insert rows (12:17 - 13:36)
Update rows (13:36 - 15:36)
Delete rows (15:36 - 16:58)
Select rows (16:58 - 18:50)
Join tables (18:50 - 23:49)
Auto-generate primary key values (23:49 - 25:11)
Foreign keys (25:11 - 27:05)
Java DB & NetBeans (27:05 - 31:09)
Рекомендации по теме
Комментарии
Автор

This is honestly the best sql tutorial I’ve come accross - nice and succinct and straight forward, thank you!😊

akosuakoranteng