Cards Pokemon script PostgreSQL
- #SQL
create a scrept to create a table in postgresql
- the firts table is a table to save a pokemon tcg cards
- the second table is a table to save collections set
connect to tables with FORENG KEY
frist table: tbl_cards
- id
- hp
- name
- type
- stage
- info
- attack
- dammege
- weak
- ressis.
- retreat
cardNamberInCollection
the second table: tbl_colletions
- id
- collectionSetName
- release Date
- totalCardsInCollection