Python 2 - P6-2 - Database & Postgresql
Python 2 - P6-2 - Database & Postgresql
10 triệu
= 20
10 triệu
LongBIDVACCOUNT
ISSUES
• In tables, data is logically organized in a row-and- 1 1821050756 Phạm Thế 14/08/2000 0868799158
2 1821050183 Nguyễn Tiến 27/08/2000 0376421411
column format similar to a spreadsheet. 3 1821050538 Nguyễn Tiến 10/10/2000
4 1821050467 Lê Tiến 12/09/2000 0987864852
• Each row represents a unique record, and each 5 1821050942 Cao Văn 16/09/2000 0338811658
column represents a field in the record 6 1821050479 Nguyễn Thị Mỹ 26/03/2000 0335366382
7 1821050714 Nguyễn Minh 27/06/2000 0967488027
• A table has a specified number of columns, but can
have any number of rows
• Users can Create, Read, Update and Delete
(CRUD) data in data table.
CREATE NEW TABLE
CREATE NEW TABLE
CREATE NEW TABLE
CREATE NEW TABLE
ADD DATA INTO TABLE
ADD DATA INTO TABLE