course-app
course-app copied to clipboard
Results
2
course-app issues
Sort by
recently updated
recently updated
newest added
Do you have the SQL to create the `courses` table? Your code starts with inserting data into the table. I need code to actually create the table.
Added DDL statement for creating courses table. Please review and approve pull request. Thank you.