For those of you taking CS204 Database Programming - Printable Version +- Online Degrees and CLEP and DSST Exam Prep Discussion (https://www.degreeforum.net/mybb) +-- Forum: Main Category (https://www.degreeforum.net/mybb/Forum-Main-Category) +--- Forum: Saylor.org, Straighterline, Study.com, OnlineDegree.com, Sophia.Org Discussion (https://www.degreeforum.net/mybb/Forum-Saylor-org-Straighterline-Study-com-OnlineDegree-com-Sophia-Org-Discussion) +--- Thread: For those of you taking CS204 Database Programming (/Thread-For-those-of-you-taking-CS204-Database-Programming) Pages:
1
2
|
For those of you taking CS204 Database Programming - joeguida - 06-07-2019 I thought i might make your life a little easier. I have csv files in my project for all the table data, as well as a script to create and populate the tables. Which would save you guys some time as entering 500 entries into the database manually could be a bit boring. https://github.com/JoeGuida/Public-Library-Database RE: For those of you taking CS204 Database Programming - carpenocte - 06-23-2019 (06-07-2019, 05:12 PM)joeguida Wrote: I thought i might make your life a little easier. I have csv files in my project for all the table data, as well as a script to create and populate the tables. Which would save you guys some time as entering 500 entries into the database manually could be a bit boring. Hello, how long did it take you to compete CS204? I am familiar with the concepts noted in the lessons and have used them in work-related capacities. I'm considering trying to squeeze the course in before I begin 3 TESU online courses in early July. Thanks for your input! RE: For those of you taking CS204 Database Programming - bjcheung77 - 06-23-2019 carpenocte Wrote:Hello, how long did it take you to compete CS204? I am familiar with the concepts noted in the lessons and have used them in work-related capacities. I'm considering trying to squeeze the course in before I begin 3 TESU online courses in early July. Interesting... Which degree are you pursuing at TESU? Oh, and which 3 courses are you taking online at TESU for July term? RE: For those of you taking CS204 Database Programming - carpenocte - 06-23-2019 (06-23-2019, 02:51 PM)bjcheung77 Wrote:carpenocte Wrote:Hello, how long did it take you to compete CS204? I am familiar with the concepts noted in the lessons and have used them in work-related capacities. I'm considering trying to squeeze the course in before I begin 3 TESU online courses in early July. I'm doing the BS in Cybersecurity. In the July term, I will be taking Ethical Hacking, Wireless Networking and Routing and Switching. RE: For those of you taking CS204 Database Programming - studiousimp - 06-24-2019 (06-23-2019, 02:40 PM)carpenocte Wrote:(06-07-2019, 05:12 PM)joeguida Wrote: I thought i might make your life a little easier. I have csv files in my project for all the table data, as well as a script to create and populate the tables. Which would save you guys some time as entering 500 entries into the database manually could be a bit boring. Thank you! I don't need the course but I could use the learning so this may be wonderfully helpful. I'll be taking Database Management from Study for credit and am working my way through the database courses to get some more familiarity. Really appreciate your generosity. RE: For those of you taking CS204 Database Programming - joeguida - 06-25-2019 (06-23-2019, 02:40 PM)carpenocte Wrote:(06-07-2019, 05:12 PM)joeguida Wrote: I thought i might make your life a little easier. I have csv files in my project for all the table data, as well as a script to create and populate the tables. Which would save you guys some time as entering 500 entries into the database manually could be a bit boring. Probably somewhere around 5-8 hours, I already know SQL so i didn't do the lessons. The assignment itself is quite easy just a bit time consuming. ended up with an 89 on the assignment. RE: For those of you taking CS204 Database Programming - carpenocte - 06-26-2019 (06-25-2019, 05:03 AM)joeguida Wrote:(06-23-2019, 02:40 PM)carpenocte Wrote:(06-07-2019, 05:12 PM)joeguida Wrote: I thought i might make your life a little easier. I have csv files in my project for all the table data, as well as a script to create and populate the tables. Which would save you guys some time as entering 500 entries into the database manually could be a bit boring. Thanks for the info! RE: For those of you taking CS204 Database Programming - joeguida - 08-21-2020 (06-07-2019, 05:12 PM)joeguida Wrote: I thought i might make your life a little easier. I have csv files in my project for all the table data, as well as a script to create and populate the tables. Which would save you guys some time as entering 500 entries into the database manually could be a bit boring. A user from here emailed me that he couldn't access that repository as I deleted it a year ago. Here is an updated repository for anyone still taking this class: https://github.com/JoeGuida/CS204-Database RE: For those of you taking CS204 Database Programming - Hermanbrain - 09-08-2020 (08-21-2020, 06:28 PM)joeguida Wrote:(06-07-2019, 05:12 PM)joeguida Wrote: I thought i might make your life a little easier. I have csv files in my project for all the table data, as well as a script to create and populate the tables. Which would save you guys some time as entering 500 entries into the database manually could be a bit boring. Thank you kind sir! I was hoping to not have to manually enter all the data RE: For those of you taking CS204 Database Programming - GizmoJack - 09-08-2020 (08-21-2020, 06:28 PM)joeguida Wrote: A user from here emailed me that he couldn't access that repository as I deleted it a year ago. Thanks much! |