LP U9 Ig Database - SQL
LP U9 Ig Database - SQL
DATABASE
Click here to watch a video
Activity: Stationeries
1. Pen 6. Paper
2. Pencil 7. Ink refill
3. Eraser 8. Scissors
4. Sharpener 9. Notebook
10.Textbook
5. Ruler
Activity: Fruits
1. Cherry 6. Lemon
2. Apple
7. Cherry
3. Orange
8.Pear
4. Strawberry
Lesson : Database
Objective
DEFINITION:
Name :
Class : Sec :
Father’s Name :
Mother’s Name :
Address :
Contact no :
• All of the ‘fields’ are put together to make a ‘record’
• 1.Only values
• 2.Column names and values (both)
INSERT INTO : Only Values
• Specify only the value of data to be inserted without the
column names.
• Only values : Takes the advantage of the order of the
columns when the table was created.
INSERT INTO : Column names and Values
(both)
Example : INSERT INTO
Insert multiple rows at a time into a Table
“SELECT” Statement