Skip to content

Commit

Permalink
REST API exercise problem statement updated
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeSkywaler97 committed Apr 28, 2022
1 parent 2f80ef8 commit 9ad1783
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"* Database Name: **{username}_sms_db**\n",
"* First Table Name: **stations**\n",
"* Create table for following fields. Make sure to use appropriate data types\n",
"* You can change eightd_station_services as an empty string before loading the data\n",
" * id - Sequence generated primary key\n",
" * station_id - Uniqueness needs to be enforced.\n",
" * station_type\n",
Expand Down Expand Up @@ -52,6 +53,14 @@
" * Get number stations by rental_type.\n",
" * Get the stations where there is no rental type."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "7eb31689-7cb1-4269-9346-ea00f43ade13",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 9ad1783

Please sign in to comment.