Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6772e1d

Browse files
committed
Merge branch 'unmesh' of github.com:HackYourFuture/databases into unmesh
2 parents 8c8fe2c + 70fec86 commit 6772e1d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Week1/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,13 @@ his 24th birthday works in Facebook and lives in Redmond.
102102
CREATE TABLE table_name (column_name, column_type [, column2_name, column2_type]);
103103
```
104104

105+
#### TYPES
106+
Recall what a datatype is. js vs mysql types
107+
105108
* INT(N) type
106109
* DATE, DATETIME and TIMESTAMP, (set time_zone = '+03:00')
107110
* BLOB (LOAD_FILE(filename))
108111

109-
110112
### Fill up a table in MySQL: INSERT rows
111113
A row (aka record or tuple) represents a single, implicitly structured data item in the table.
112114

Week3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ mysqljs prevents the second injection by not allowing multiple SQL statements
8989
to be executed at once.
9090

9191
### Understanding the asynchronous nature of database queries
92-
@Jim wrote these [excellent demo programs] (https://github.com/remarcmij/database_examples)
92+
Jim (@remarcmij) wrote these [excellent demo programs](https://github.com/remarcmij/database_examples)
9393
for better understanding. Do check them out.
9494

9595
## Reference Material

0 commit comments

Comments
 (0)