1.0 KiB
1.0 KiB
id, title, challengeType, helpCategory, url, dashedName
id | title | challengeType | helpCategory | url | dashedName |
---|---|---|---|---|---|
5f9771307d4d22b9d2b75a94 | ワールドカップデータベースを構築する | 13 | Backend Development | https://github.com/freeCodeCamp/learn-world-cup-database | build-a-world-cup-database |
--description--
これは認定証を獲得するために必須のプロジェクトの 1 つです。 このプロジェクトでは、PostgreSQL データベースにワールドカップの試合情報を入力し、そこから有用な統計情報を取得する Bash スクリプトを作成します。
--instructions--
重要: プロジェクトのテストすべてに合格した後に、データベースのダンプを worldcup.sql
ファイルに保存し、あわせて insert_data.sh
と queries.sh
ファイルも保存することで、ステップ 2 を完了できます。 仮想マシン内にその方法についての説明があります。
--notes--
必須のファイル: worldcup.sql
, insert_data.sh
, queries.sh