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

Skip to content

Commit ad514a1

Browse files
committed
remove old topics
1 parent f7dff2e commit ad514a1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Week1/README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,6 @@ retrieve data from tables using SELECT statements that include FROM, WHERE claus
5858

5959
## Topics to be covered
6060

61-
- The relational model of data
62-
- A 'database' vs. a 'DBMS' (database management system)
63-
- The properties of an 'entity' (or 'row')
64-
- A basic CREATE statement
65-
- A basic INSERT statement
66-
- A basic SELECT statement
67-
- Data types in SQL
68-
- Constructing more complex SELECT statements
69-
- JOIN (if time permits)
70-
- Selecting composite data from multiple tables
71-
- Compare JOIN WHERE with cartesian product
72-
7361
### What is a Database ?
7462
* Definition : Organized collection of data and rules about its manipulation
7563
* Client-server architecture : E.g. (Relational) DBMS

0 commit comments

Comments
 (0)