Skip to content

Commit

Permalink
Merge pull request #2 from darkchoc/patch-1
Browse files Browse the repository at this point in the history
Update lab1_28-1.md
  • Loading branch information
rishabhjoshi authored Oct 27, 2016
2 parents dd9af37 + e0d6e42 commit b721817
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lab1_28-1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Lab Notes for Lab 1.
## Lab Notes for First Lab.

28/1/2016

Expand All @@ -14,7 +14,7 @@ ALTER USER <username> IDENTIFIED BY <new password>;
SELECT * FROM tab;
```

### Create a Table
### Creating a Table

```sql
CREATE TABLE students (
Expand All @@ -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

Expand Down

0 comments on commit b721817

Please sign in to comment.