File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Date: 20 October, 2017
4
4
## Topics ##
5
5
- SQLite Database implementation with abstraction layer
6
6
- Create Database
7
- - Create two tables and create relationship using `Foreign Key`
7
+ - Create two tables and make relationship using `Foreign Key`
8
8
- `ON CASCADE DELETE` implementation
9
9
- Insert operation
10
10
- Read operation
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ No concrete implementation for database query. I implement here an abstraction l
148
148
### [ Class: 14] ( https://github.com/hasancse91/Android-Development-Course/tree/master/14-FourteenthClass )
149
149
- SQLite Database implementation with abstraction layer
150
150
- Create Database
151
- - Create two tables and create relationship using `Foreign Key`
151
+ - Create two tables and make relationship using `Foreign Key`
152
152
- `ON CASCADE DELETE` implementation
153
153
- Insert operation
154
154
- Read operation
You can’t perform that action at this time.
0 commit comments