diff --git a/lab1_28-1.md b/lab1_28-1.md index fb8a9c6..85ff265 100644 --- a/lab1_28-1.md +++ b/lab1_28-1.md @@ -1,4 +1,4 @@ -## Lab Notes for Lab 1. +## Lab Notes for First Lab. 28/1/2016 @@ -14,7 +14,7 @@ ALTER USER IDENTIFIED BY ; SELECT * FROM tab; ``` -### Create a Table +### Creating a Table ```sql CREATE TABLE students ( @@ -28,7 +28,7 @@ CREATE TABLE students ( > Char can have less that the specified number of charaters, but then the rest of the space will simply be padded up by blank spaces. -### Inserting records in the table +### Insert records in the table ##### Method 1