Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
For those of you taking CS204 Database Programming
#1
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
[-] The following 5 users Like joeguida's post:
  • akr680, Brownie82, LevelUP, MNomadic, quigongene
Reply
#2
(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.

https://github.com/JoeGuida/Public-Library-Database

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!
[-] The following 1 user Likes carpenocte's post:
  • studiousimp
Reply
#3
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.

Thanks for your input!

Interesting... Which degree are you pursuing at TESU? Oh, and which 3 courses are you taking online at TESU for July term?
In Progress: Walden MBA | TESU BA Biology & Computer Science
Graduate Certificate: Global Management & Entrepreneurship, ASU (Freebie)

Completed: TESU ASNSM Biology, BSBA (ACBSP Accredited 2017)
Universidad Isabel I: ENEB MBA, Big Data & BI, Digital Marketing & E-Commerce
Certs: 6Sigma/Lean/Scrum, ITIL | Cisco/CompTIA/MTA | Coursera/Edx/Udacity

The Basic Approach | Plans | DegreeForum Community Supported Wiki
~Note~ Read/Review forum posts & Wiki Links to Sample Degree Plans
Degree Planning Advice | New To DegreeForum? How This Area Works

[Image: e7P9EJ4.jpeg]
Reply
#4
(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.

Thanks for your input!

Interesting... Which degree are you pursuing at TESU? Oh, and which 3 courses are you taking online at TESU for July term?

I'm doing the BS in Cybersecurity.  In the July term, I will be taking Ethical Hacking, Wireless Networking and Routing and Switching.
Reply
#5
(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.

https://github.com/JoeGuida/Public-Library-Database

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!

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.
---------------
Next Goal: TESU BA in Psychology & Computer Science


Reply
#6
(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.

https://github.com/JoeGuida/Public-Library-Database

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!

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.
Reply
#7
(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.

https://github.com/JoeGuida/Public-Library-Database

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!

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.

Thanks for the info!
Reply
#8
(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.

https://github.com/JoeGuida/Public-Library-Database

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
[-] The following 2 users Like joeguida's post:
  • GizmoJack, MNomadic
Reply
#9
(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.

https://github.com/JoeGuida/Public-Library-Database

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

Heart Heart  Thank you kind sir! I was hoping to not have to manually enter all the data
Reply
#10
(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.
Here is an updated repository for anyone still taking this class:
https://github.com/JoeGuida/CS204-Database

Thanks much!
WGU MBA 2022
WGU BSBA IT Management 2021
I'm done with school for a while. Time to go make some $ now!




Reply


Possibly Related Threads...
Thread Author Replies Views Last Post
  Taking 23 classes at Sophia in one month, is that possible? elcastor21 13 2,178 08-31-2023, 10:48 PM
Last Post: LevelUP
  Scripting and Programming - Foundations and IT Leadership Foundations Sophia or SDC? Omece 3 1,153 02-10-2023, 10:44 AM
Last Post: Omece
  Sophia-Introduction to Python Programming Juliocrx 2 1,791 11-27-2022, 10:38 PM
Last Post: Juliocrx
  Question re: SDC Computer Science 204 - Database Programming raekwon 6 1,603 11-25-2022, 11:51 AM
Last Post: LevelUP
  Sophia - Intro to Python/Java Programming to TESU AllThose299s 4 1,206 11-03-2022, 01:31 PM
Last Post: bjcheung77
  Pierpont not taking Sophia ? uncapentin 21 2,970 04-14-2022, 08:25 AM
Last Post: uncapentin
  Study.com Course with 137 Quizzes taking ridiculously long mohelena02 11 1,916 01-09-2022, 02:29 PM
Last Post: mohelena02
  Any advice on taking Study.com's Finance 301: Corporate Finance? cdickerson0601 6 1,392 11-17-2021, 01:54 PM
Last Post: LevelUP
  COS-206 R Programming akr680 11 1,415 08-11-2021, 12:16 PM
Last Post: dfrecore
  SQL - Intro to Database Queries akr680 3 645 08-05-2021, 03:59 PM
Last Post: akr680

Forum Jump:


Users browsing this thread: 1 Guest(s)