Hi Bootdev Team,
First congrats, this service so far has exceeded my expectations for an online course. I hope 1-day, all of can be done locally, backed by bootdev-cli for testing/checkmarks.
I am reaching out about Course 19 - Chapter 4 - Lesson 1:
The content presents "CREATE" as the equivalent to an HTTP POST. I think this is a mistake. I would argue, (C) in CRUD in terms of SQL commands as it relates to records would have been INSERT statement. Is it not? I think there is an error in this stub, unless every HTTP POST will be creating tables in a database. This may be possible if you are offering databases as a service over the wire but in general, I would argue INSERT is more approriate. This assumes every HTTP POST is creating new tables.
Thanks,
iamserda
Hi Bootdev Team,
First congrats, this service so far has exceeded my expectations for an online course. I hope 1-day, all of can be done locally, backed by bootdev-cli for testing/checkmarks.
I am reaching out about Course 19 - Chapter 4 - Lesson 1:
The content presents "CREATE" as the equivalent to an HTTP POST. I think this is a mistake. I would argue, (C) in CRUD in terms of SQL commands as it relates to records would have been INSERT statement. Is it not? I think there is an error in this stub, unless every HTTP POST will be creating tables in a database. This may be possible if you are offering databases as a service over the wire but in general, I would argue INSERT is more approriate. This assumes every HTTP POST is creating new tables.
Thanks,
iamserda