image

Access unlimited bootcamps and 650+ courses forever

Available only:

234 slots

AL

Alex Leal24/01/2025 13:03
Share
CI&T - Do Prompt ao AgenteRecommended for youCI&T - Do Prompt ao Agente

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

Share
Recommended for you
Heineken - Inteligência Artificial Aplicada a Dados com Copilot
Sysvision - Data Analytics com Power BI
Globant  - Java & Spring Boot AI Developer
Comments (1)

AL

Alex Leal - 11/02/2025 14:39

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

- totalCardsInCollectionCards 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
Recommended for youCI&T - Do Prompt ao Agente