Posts: 47
Threads: 2
Likes Received: 41 in 24 posts
Likes Given: 2
Joined: Apr 2014
(07-02-2021, 10:42 PM)nnahh Wrote: Thank you!!!!! I had originally wrote a post about how horrible the class was, but deleted because it felt mean afterwards. I have no SQL experience so I’m definitely gonna have to try getting a better understanding elsewhere. I soooo appreciate all of the help with the project resources. I’m not looking forward to any of this lol.
I’m happy to know the next course is better.
For someone like yourself, with no SQL experience, I would look into some external resources where you can get used to writing SQL code and lots of it. Exams 3 and 4 (or at least exam 3) have several questions where you really need to know SQL well. Go through the examples as he walks through them in the lecture. Also don't be afraid to use a Udemy course on SQL to supplement it. Another option is to start with the leetcode easy SQL questions and go from there. It is fairly important to get comfortable writing SQL code, not so much for the program, but for data scientist/data analyst work in the future.
The nice thing about the exams is that if you don't do well you can study more and retake it.
Posts: 671
Threads: 18
Likes Received: 164 in 137 posts
Likes Given: 0
Joined: Aug 2019
U can check Udacity Free courses, i m not sure how much they will cover, but u can find 1, 2 courses on sql for sure
Posts: 11,051
Threads: 153
Likes Received: 5,985 in 3,988 posts
Likes Given: 4,164
Joined: Mar 2018
In progress:
TESU - BA Computer Science; BSBA CIS; ASNSM Math & CS; ASBA
Completed:
Pierpont - AAS BOG
Sophia (so many), The Institutes (old), Study.com (5 courses)
ASU: Human Origins, Astronomy, Intro Health & Wellness, Western Civilization, Computer Appls & Info Technology, Intro Programming
Strayer: CIS175, CIS111, WRK100, MAT210
Posts: 673
Threads: 35
Likes Received: 457 in 278 posts
Likes Given: 1,539
Joined: Jul 2020
For a brief introduction to basic SQL, I'd recommend the course on https://mimo.app
There's also a review of DML/DQL/DDL in the enki app.
TESU Class of 2024 BSBA-CIS+GM, BSIT, ASNSM-CS+Math, AAS-GEN
Earned credits from Sophia, SDC, ASU ULC, TEEX, Microsoft, Strayer, TESU, Saylor, DSST, CLEP, CompTIA, StraighterLine, and others since starting in April 2020
The following 1 user Likes jch's post:1 user Likes jch's post
• nnahh
Posts: 11,051
Threads: 153
Likes Received: 5,985 in 3,988 posts
Likes Given: 4,164
Joined: Mar 2018
mimo isn't bad. I forgot it does SQL.
In progress:
TESU - BA Computer Science; BSBA CIS; ASNSM Math & CS; ASBA
Completed:
Pierpont - AAS BOG
Sophia (so many), The Institutes (old), Study.com (5 courses)
ASU: Human Origins, Astronomy, Intro Health & Wellness, Western Civilization, Computer Appls & Info Technology, Intro Programming
Strayer: CIS175, CIS111, WRK100, MAT210
•
Posts: 673
Threads: 35
Likes Received: 457 in 278 posts
Likes Given: 1,539
Joined: Jul 2020
(07-03-2021, 10:47 AM)rachel83az Wrote: mimo isn't bad. I forgot it does SQL.
Yeah, it's a decent app. I've used it for HTML, CSS, JavaScript, and SQL so far. However, I get the vibe that the content authors come from an educational culture of rote memorization. Many of the exercises structure their instruction by repeating the same command several times, instead of making the student think about how it actually works. The hints for incorrect answers often take the form of "remember to use <answer>" instead of offering an explanation. Thus, I'd recommend quickly moving on to the projects after a first pass through the lessons.
TESU Class of 2024 BSBA-CIS+GM, BSIT, ASNSM-CS+Math, AAS-GEN
Earned credits from Sophia, SDC, ASU ULC, TEEX, Microsoft, Strayer, TESU, Saylor, DSST, CLEP, CompTIA, StraighterLine, and others since starting in April 2020
•
Posts: 439
Threads: 71
Likes Received: 71 in 56 posts
Likes Given: 293
Joined: Nov 2014
07-03-2021, 07:30 PM
(This post was last modified: 07-03-2021, 08:01 PM by AwardTour.)
(07-02-2021, 10:24 PM)mcjon77 Wrote: (07-02-2021, 09:14 PM)nnahh Wrote: I’ll wait until finished with the SQL class to give a review. My first impressions aren’t good, but we will see….
Anyone have any tips for the SQL class/ projects ?
I just finished the SQL class last weekend (Summer 1). I have been working as a data analyst for a while now and had pretty solid SQL. I also took two previous graduate level courses in Databases/SQL.
The module 2 (database design) is SUPER DRY and theoretical (lot of talk about relations and sets, with less real world talk), more so than necessary. However he gives the notes that he reads from. Honestly, I stopped listening to the lectures and just focused on the key points in the notes (it was nothing I hadn't seen before). I wound up with a 93% on the module 2 exam and a 100% on the module 2 assignment (ER diagram and Schema Diagram). Also, when completing your diagrams, the ER diagrams are best done in Lucidcharts. However, I found that the schema diagram was much easier to build using a website called drawsql.com . As long as your schema is 15 tables or less, it is free.
I took the SQL class at the same time that I took his Fundamentals of Machine Learning class. The machine learning class was much much better. He did an excellent job presenting that information. My biggest fear was that it was going to be a survey course, and while we would learn ABOUT machine learning models, we wouldn't learn how to DO a machine learning project. Thankfully, that was not the case.
We started off learning how to clean data and dig more into pandas (his coverage of pandas, using real data sets, was much better than the coverage in the first course). Then we actually start applying models to data sets. In fact, I am using the format I learned from the class to build a multiple linear regression model for work. This was easily my favorite class of the program. I am actually going through the second half of it again, because I kind of rushed through it, and I want to get everything nailed down for future data scientist interviews that I might have in a few months.
So, if you find the lectures boring in the SQL class, focus on the notes, and walking through the code. Also, don't be like me and get too cocky about knowing SQL and databases in general. I wound up getting a B+ instead of an A because I procrastinated on the final project. The A was completely doable. I just screwed up.
Great insights, thanks for sharing mcjon77. I'm actually reviewing SQL and Python before I enroll at Eastern University. I'm reviewing a one or two books in a series of books called "Beginning SQL: Joes 2 Pros". This is just a personal favorite and not a recommendation to anyone. I actually took a 300 level Database course with Study.com, but I forgot almost everything.
(07-02-2021, 10:42 PM)nnahh Wrote: (07-02-2021, 10:24 PM)mcjon77 Wrote: (07-02-2021, 09:14 PM)nnahh Wrote: I’ll wait until finished with the SQL class to give a review. My first impressions aren’t good, but we will see….
Anyone have any tips for the SQL class/ projects ?
I just finished the SQL class last weekend (Summer 1). I have been working as a data analyst for a while now and had pretty solid SQL. I also took two previous graduate level courses in Databases/SQL.
The module 2 (database design) is SUPER DRY and theoretical (lot of talk about relations and sets, with less real world talk), more so than necessary. However he gives the notes that he reads from. Honestly, I stopped listening to the lectures and just focused on the key points in the notes (it was nothing I hadn't seen before). I wound up with a 93% on the module 2 exam and a 100% on the module 2 assignment (ER diagram and Schema Diagram). Also, when completing your diagrams, the ER diagrams are best done in Lucidcharts. However, I found that the schema diagram was much easier to build using a website called drawsql.com . As long as your schema is 15 tables or less, it is free.
I took the SQL class at the same time that I took his Fundamentals of Machine Learning class. The machine learning class was much much better. He did an excellent job presenting that information. My biggest fear was that it was going to be a survey course, and while we would learn ABOUT machine learning models, we wouldn't learn how to DO a machine learning project. Thankfully, that was not the case.
We started off learning how to clean data and dig more into pandas (his coverage of pandas, using real data sets, was much better than the coverage in the first course). Then we actually start applying models to data sets. In fact, I am using the format I learned from the class to build a multiple linear regression model for work. This was easily my favorite class of the program. I am actually going through the second half of it again, because I kind of rushed through it, and I want to get everything nailed down for future data scientist interviews that I might have in a few months.
So, if you find the lectures boring in the SQL class, focus on the notes, and walking through the code. Also, don't be like me and get too cocky about knowing SQL and databases in general. I wound up getting a B+ instead of an A because I procrastinated on the final project. The A was completely doable. I just screwed up. Thank you!!!!! I had originally wrote a post about how horrible the class was, but deleted because it felt mean afterwards. I have no SQL experience so I’m definitely gonna have to try getting a better understanding elsewhere. I soooo appreciate all of the help with the project resources. I’m not looking forward to any of this lol.
I’m happy to know the next course is better.
nnahh, feel free to share your opinions as you go along. It does sound like the presentation in their SQL course is lacking. If you use outside resources, as others have suggested, then it might be possible to close the gap in your knowledge. This is through no fault of your own. If they assume no prior SQL knowledge then their material should assume you are starting from zero as well. That is a strike against them. Hopefully, aside from this, things have been going well.
I'm not enrolled yet. I will give my own feedback here once I begin. So far, their admissions and financial aid department have impressed me both in-terms of customer service attitude and response times. It's a good first impression for me personally. I know that is not always an indicator of things to come. But, it's a good way to start!
Currently working on: Capstone
Eastern University - (9 of 10 Courses Completed) (27 Credits)
Master's in Data Science
Western Governors University (WGU) - Completed in 2020.
Bachelor of Science, Business - Information Technology Management
TEEX (3 courses, 10 cr)
The Institutes (3 cr)
NFA (1 cr)
ALEKS (3 cr)
SOPHIA (21 courses, 57 cr)
Study.com (18 courses, 54 cr)
WGU (12 courses, 38 CUs)
Eastern University (9 courses, 27 cr)
Posts: 724
Threads: 4
Likes Received: 344 in 222 posts
Likes Given: 249
Joined: Feb 2012
07-04-2021, 07:34 AM
(This post was last modified: 07-04-2021, 07:37 AM by eLearner.)
(07-24-2020, 02:01 PM)eleverson Wrote: I just emailed them before seeing your response concerning the test being proctored or not. I think WGU does too much extra for their program when they are just an online school vs this school being a brick and mortar around since 1952. WGU would not take me for their data analytics program unless I had certain certs or do a program with Udacity. I'm so glad I found this data science program at Eastern. I have plans to start Aug 31st
That's a strange take. It speaks to quality and rigor when a school has standards, and part of the reason for prerequisites (something many schools have, not just WGU) is to ensure that students have a foundation giving them a better chance at success in the program.
Posts: 1
Threads: 0
Likes Received: 1 in 1 posts
Likes Given: 0
Joined: Sep 2021
(07-11-2020, 11:10 PM)ss20ts Wrote: (07-11-2020, 11:06 PM)AwardTour Wrote: (07-11-2020, 09:11 PM)ss20ts Wrote: All of your questions can be answered here:
https://www.bellevue.edu/degrees/master/...cience-ms/
Thank for the info but Ouch! Too expensive compared to the other options. It is almost double the price of Eastern University.
Bellevue is a much more widely known university. Eastern is a religious university and depending on one's career that could turn some folks off.
As someone who has worked and hired many people in Data Science and analytics over the past 10 years I am 100% certain that NO one would differentiate Bellevue from Eastern and it would not impact your probability of getting hired. Go for the less expensive route and/or the one that has the best curriculum for you.
Posts: 1,097
Threads: 41
Likes Received: 351 in 235 posts
Likes Given: 0
Joined: Jun 2020
I’d say that it may happen but I’ve not heard of anyone having difficulty finding employment or being turned off by people because they went to a Christian college or university. IMO if you turn people off by it then you probably don’t want to work for them anyways.
•
|