SQL
01) Introduction: SQL Why do you need SQL?
02) Initial SQL commands create database, use show databases, show tables etc.
03) Keys Primary Key, Candidate Key Alternate Key
04) Primary Key Foreign Key Primary Key and Foreign Key w.r.t. SQL
05) Create a Parent Table create the Parent Table
06) Difference: char and varchar create the Parent Table
07) Create Child Table create the Child Table on delete cascade
08) Structure of a table the command "desc" or "describe"
09) Insert a row into the table rows with and without missing entry
10) alter table command insert column remove column rename a table

Comments
Post a Comment