Files
2022-03-04 19:46:29 +05:30

907 B

id, title, challengeType, helpCategory, url, dashedName
id title challengeType helpCategory url dashedName
5f9771307d4d22b9d2b75a94 Costruisci un database della coppa del mondo 13 Backend Development https://github.com/freeCodeCamp/learn-world-cup-database build-a-world-cup-database

--description--

Questo è uno dei progetti richiesti per completare la certificazione. Per questo progetto, creerai uno script di Bash che inserisce informazioni da partite della coppa del mondo in PostgresSQL, e poi fare query al database per ottenere statistiche utili.

--instructions--

Importante: Dopo che passi tutti i test, salva un dump del tuo database nel file worldcup.sql così come i tuoi file insert_data.sh e queries.sh così puoi completare lo step 2. Ci saranno istruzioni su come farlo nella macchina virtuale.

--notes--

File richiesti: worldcup.sql, insert_data.sh, queries.sh

--hints--

--seed--

--solutions--