Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Eastern University
#91
(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.
[-] The following 1 user Likes mcjon77's post:
  • nnahh
Reply
#92
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
[-] The following 1 user Likes Cofffeee's post:
  • nnahh
Reply
#93
https://sqlzoo.net/

https://sqlbolt.com/

https://www.khanacademy.org/computing/co...mming/sql/

https://mystery.knightlab.com/

Pick the one that works best for your learning style/needs.
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
[-] The following 1 user Likes rachel83az's post:
  • nnahh
Reply
#94
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:
  • nnahh
Reply
#95
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
Reply
#96
(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
Reply
#97
(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)
[-] The following 1 user Likes AwardTour's post:
  • nnahh
Reply
#98
(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.
[-] The following 1 user Likes eLearner's post:
  • bluebooger
Reply
#99
(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.
[-] The following 1 user Likes Datatag's post:
  • bluebooger
Reply
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.
Reply


Possibly Related Threads...
Thread Author Replies Views Last Post
  O.P.Jindal Global University UpGrad MBA David1477 10 2,269 11-20-2024, 05:09 AM
Last Post: vinoditsapra
  Doctorate with East Bridge University DrNotYet 11 616 11-19-2024, 01:04 PM
Last Post: Mint Berry Crunch
  University of Michigan - Master of Applied Data Science Team Rocket 2 598 10-12-2024, 03:15 PM
Last Post: Captainrekt000
  Eastern University MBA Howatt777 1 348 10-09-2024, 11:43 AM
Last Post: Stonybeach
  University of the Cumberlands - Masters in Data Science dleewo 0 271 10-09-2024, 10:07 AM
Last Post: dleewo
  MSc Data Science - University Of Colorado Boulder tuckerarabi786 11 3,431 10-04-2024, 05:45 PM
Last Post: spohara
Star a JD for JSD: another Northwestern California University School of Law journey thread jsd 34 11,211 10-02-2024, 04:27 PM
Last Post: Bingbong
  Kairos University Masters in Counseling Wnt2BLPC 10 1,975 09-28-2024, 09:57 PM
Last Post: ivanswk78
  Hellenic American University MBA: Overview of $3K RA MBA PrettyFlyforaChiGuy 98 18,471 09-28-2024, 06:30 AM
Last Post: Jonathan Whatley
  Central Washington University (CWU) FlexIT Pro dbmw 3 501 09-23-2024, 10:33 PM
Last Post: bjcheung77

Forum Jump:


Users browsing this thread: 1 Guest(s)