Тёмный
Learning with Jelly
Learning with Jelly
Learning with Jelly
Подписаться
Hi everyone,

My name is Jelly and I am a Data Science Teacher, SAS Foundation Instructor, and traveler. I love SAS Programming for data reporting, data cleaning, data manipulation, modeling, and more! This channel is meant for beginners getting started with SAS Programming and/or data analytics/science. Let's learn SAS together and add another tool to our toolbelt.

On top of SAS I enjoy teaching Python, Tableau, and SQL. These videos will be throughout as well for those looking to increase their coding knowledge and could benefit from beginner level tutorials. In the near future I will be adding playlist around data analytics, data science, machine learning, and artificial intelligence! If there is a programming topic you would like to see me do a video on please drop it in the comments. Outside of doing this channel I have a Podcast that discusses important data topics: www.youtube.com/@AllAboutDataPodcast/videos



Intro to SQL:  SQL 30 Day Challenge Day 1
11:20
14 дней назад
Комментарии
@ngaybepavel6362
@ngaybepavel6362 20 часов назад
The "milliseconds" attribute is not an aggregated field. Does using it with a "WHERE" clause make a difference in this case?
@developbit
@developbit 22 часа назад
I need to practice more on the having clause😄
@anuradhavaradha2257
@anuradhavaradha2257 2 дня назад
Hi Jelly, thank you! This 30 day SQL challenge lessons are very useful. I am learning SAS this is very useful and I am planning to take base sas certification. If possible can you make 30 day challenge for base SAS certification?
@learningwithjelly
@learningwithjelly 2 дня назад
If it is popular I can put that on the list :) glad things are helpful!
@malcorub
@malcorub 2 дня назад
8:00 my experience with PostGre and SQL Server is that you cannot use the newly created alias in the WHERE or HAVING of the same Select statement. I guess SQL Lite is different in that respect.
@learningwithjelly
@learningwithjelly 2 дня назад
Yes could be a difference based on the SQL tool different dialect...thanks for sharing your experience
@staceyh.5759
@staceyh.5759 3 дня назад
Hi Learning with Jelly, do you offer SAS Viya training?
@learningwithjelly
@learningwithjelly 3 дня назад
Not currently. I can put it on the request list :)
@staceyh.5759
@staceyh.5759 3 дня назад
@@learningwithjelly I would love that. Thank you!
@developbit
@developbit 3 дня назад
the only other aggregate functions I saw were min and max
@patricklewis7981
@patricklewis7981 3 дня назад
Great video, nice refresher lesson hadn't done macros in a while.
@learningwithjelly
@learningwithjelly 3 дня назад
Thank you! 😊
@developbit
@developbit 3 дня назад
Great video
@awotundeoluwatosin7427
@awotundeoluwatosin7427 3 дня назад
Great job on Day 10, code warrior, you've done and dusted with flair Thanks Jelly
@learningwithjelly
@learningwithjelly 3 дня назад
Yess keep going you got this!
@michokoto
@michokoto 4 дня назад
Love the Etsy merch! What's the LinkedIn link?
@learningwithjelly
@learningwithjelly 4 дня назад
Thank you! And here is the Linkedin: www.linkedin.com/in/angelicaspratley?
@developbit
@developbit 5 дней назад
This really helps a lot as I am looking at the database at my job to do more queries like this
@learningwithjelly
@learningwithjelly 5 дней назад
So happy it is helpful and applicable we will learn more and more stay tuned
@developbit
@developbit 5 дней назад
Thank you so much for adding practice, this has helped a lot
@learningwithjelly
@learningwithjelly 5 дней назад
So happy it was helpful
@awotundeoluwatosin7427
@awotundeoluwatosin7427 5 дней назад
Thanks Jelly, You are doing great. #Day 9
@learningwithjelly
@learningwithjelly 5 дней назад
Happy you are keeping up with the challenge! Let's keep going
@ngaybepavel6362
@ngaybepavel6362 6 дней назад
Is it necessary to enclose the alias in quotes, or is it a convention with SQLite?
@learningwithjelly
@learningwithjelly 6 дней назад
Not required unless there is a space in the alias then quotes are required
@ngaybepavel6362
@ngaybepavel6362 4 дня назад
@@learningwithjelly Thanks!
@awotundeoluwatosin7427
@awotundeoluwatosin7427 7 дней назад
I made a mistake when creating my table and used File_Id instead of Film_id. Please How do i Update/ Correct that without creating a duplicate table. Thanks Keep up the good work God Bless
@learningwithjelly
@learningwithjelly 6 дней назад
For now (since we have not learned updating tables) just rename ID back to File_Id and then Film_Id to ID using a select statement. Or the easiest way for now is to close out of SQLite and reopen it. And correct your code to have the right column and rerun it
@PhillyDog
@PhillyDog 8 дней назад
Great content
@malcorub
@malcorub 8 дней назад
My kids have been bugging me to take them to see Inside Out 2... might just have to take them to the drive in this weekend. lol. Awesome 30 day challenge, keep it up!
@learningwithjelly
@learningwithjelly 8 дней назад
Go see it!!!! Lol and thank you for participating in the challenge
@PhillyDog
@PhillyDog 8 дней назад
Great content
@PhillyDog
@PhillyDog 8 дней назад
Great content
@SaraEliBeth90
@SaraEliBeth90 8 дней назад
Is there any reason you did auto increment versus identity and selecting the number and increment value?
@learningwithjelly
@learningwithjelly 8 дней назад
Nope multiple ways to do it just chose auto increment for simplicity for beginners here
@natashaplatt6919
@natashaplatt6919 10 дней назад
This was such a great video! Thank you Jelly!
@learningwithjelly
@learningwithjelly 10 дней назад
You are very welcome!
@tinotendanmufudza3747
@tinotendanmufudza3747 10 дней назад
Hello. l am using SQLite 3.4.4 on a Windows machine and l am unable to create a new database. There is no 'green button' to create new database file. If l just click ok its giving back an error code. Do you have any workaround?
@learningwithjelly
@learningwithjelly 10 дней назад
If you have the Chinook database uploaded just add the table to that so do chinook.black_actresses for your create table and insert into command
@learningwithjelly
@learningwithjelly 10 дней назад
Try to look at the tool bar as well and see if there is a File then a add database option or a Database menu....so check the menu bar
@learningwithjelly
@learningwithjelly 10 дней назад
Try to look at the tool bar as well and see if there is a File then a add database option or a Database menu....so check the menu bar
@sunkanmiyusuf285
@sunkanmiyusuf285 10 дней назад
i had to uninstall and install again, the green button didn't come up but clicking ok worked this time
@awotundeoluwatosin7427
@awotundeoluwatosin7427 8 дней назад
@@sunkanmiyusuf285 I'm using Windows and i can help with that
@Kiki11207
@Kiki11207 12 дней назад
I gotta catch up already. Loved this breakdown Thank you!!
@learningwithjelly
@learningwithjelly 12 дней назад
You are welcome and you got this!!!
@malcorub
@malcorub 12 дней назад
7:42 This is so true, when I first learned SQL 10 years ago I was always baffled why I was selecting fields from various tables without having yet specified the tables. The order of the syntax seemed backwards to me. Eventually it just became natural for me and I haven't thought about it in years until you just mentioned it in the video.
@learningwithjelly
@learningwithjelly 12 дней назад
I thought the same thing haha! Glad to read your experience with this.
@lashawngaines9315
@lashawngaines9315 13 дней назад
You are the best! I have lost count of how many videos I have watched, until yours...which perfectly explains this. Thank you!
@learningwithjelly
@learningwithjelly 13 дней назад
Thank you so much for the support and kind words!
@malcorub
@malcorub 14 дней назад
I've always wondered what NOSQL is... learned something new. 🎓. Thx Jelly.
@learningwithjelly
@learningwithjelly 13 дней назад
You are very welcome!
@ttjiy5
@ttjiy5 15 дней назад
Thank you!
@joannaj.9020
@joannaj.9020 15 дней назад
Jelly I am your fan. Thanks for everything you are doing for us, data freaks 😘
@learningwithjelly
@learningwithjelly 15 дней назад
Yesssssss data freaks unite! Thanks for all the support.
@LuvLuke954
@LuvLuke954 15 дней назад
I still watch your SAS videos. Right now I’m studying Tableau html css PBI etc. I will always be back to watch your videos. You really are one of if not THE BEST. Especially with SAS I had such a great time feeling like I was finally getting it! 😂 This is just me scrolling through. Lol. Thank you Jelly! I will definitely check out your SQL lessons for a refresher!!! ✌🏼🙌🏼🙏📚🤓
@learningwithjelly
@learningwithjelly 15 дней назад
This is soooo kind I appreciate you and the support! Glad you were scrolling through you made my day.
@AC-pr2si
@AC-pr2si 15 дней назад
Great video Jelly. I was one of your SAS students at D.Tech.You have always been a great instructor.
@learningwithjelly
@learningwithjelly 15 дней назад
Aw thank you! Thanks for joining the SQL challenge!
@lindsaytruax234
@lindsaytruax234 15 дней назад
I attempted : git push -u main Terminal shows : fatal: 'main' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. Looking back I don't see what I did wrong
@learningwithjelly
@learningwithjelly 14 дней назад
This could be an SSH key issue. Do you have a personal access token on your account or SSH key setup?
@lindsaytruax234
@lindsaytruax234 14 дней назад
@@learningwithjelly it is a personal access token. I'm thinking I should delete this token and perhaps recreate it. I know that I have repo and everything under repo checked off to make it work. Thank-you for responding to me by the way!
@mPulse-wo2ki
@mPulse-wo2ki 16 дней назад
Thank you 🦋
@mPulse-wo2ki
@mPulse-wo2ki 16 дней назад
What a talented teacher! Thank you so much 🦋
@learningwithjelly
@learningwithjelly 16 дней назад
You are welcome and thank you!
@mayalindsay101
@mayalindsay101 17 дней назад
This was really good
@learningwithjelly
@learningwithjelly 16 дней назад
Thank you 😊
@amargurung9513
@amargurung9513 18 дней назад
Thank you for the awesome tutorial on SAS fundamentals.
@learningwithjelly
@learningwithjelly 15 дней назад
You are very welcome!
@ccc-qj7mn
@ccc-qj7mn Месяц назад
Wondering why the graphic stopped changing with the dialog at about 7 minutes???????
@learningwithjelly
@learningwithjelly Месяц назад
Yes it did my apologies I'm aware.
@cf413
@cf413 Месяц назад
Check your log. All the hash statements need to be in a data step. The statement below outside the data step all errors out. you probably meant to comment that section out. there is a syntax error in the data step it should be _N_ rather than N. Good explanation though. declare hiter myiter; myiter = new hiter('h'); if N = 1 then do; length key $5; declare hash myhash(dataset:"work.x"); declare hiter myiter('myhash'); myhash.defineKey('key'); myhash.defineDone(); end;
@sakshiagarkar8277
@sakshiagarkar8277 Месяц назад
Perfectly explained
@learningwithjelly
@learningwithjelly Месяц назад
Thank you
@ethiopia8415
@ethiopia8415 Месяц назад
Much Helpful
@user-ly4be2po4b
@user-ly4be2po4b Месяц назад
Another question is about SAS. What is SAS package? Why do we need it? How to use it? Can SAS on demand opens the SAS package? Thank you so much ❤
@learningwithjelly
@learningwithjelly Месяц назад
SAS stands for statistical analytics software. It is a programming language that many government, Healthcare, and finance companies use to do their data analytics, modeling etc. I have a video 1 on this channel that explains how to get started using it for FREE and learning the programming language.
@user-ly4be2po4b
@user-ly4be2po4b Месяц назад
@@learningwithjelly I didn't understand what SAs package is. How to use sas package. Do you have video teaching about it?
@user-ly4be2po4b
@user-ly4be2po4b Месяц назад
Tableau what?
@learningwithjelly
@learningwithjelly Месяц назад
Tableau Public
@smartou11
@smartou11 Месяц назад
This was a great video to refresh my SAS background. Thank you for this great content.
@learningwithjelly
@learningwithjelly Месяц назад
You are welcome.
@nttrn
@nttrn Месяц назад
How grateful I am for this essentials we should know for using SAS! Thank you so much for creating this clip. It made me full understanding because I’ve been using the program without learning before (I try to decode what the senior wrote it 😂)
@learningwithjelly
@learningwithjelly Месяц назад
Glad it was helpful for you:)
@akhilnama1989
@akhilnama1989 Месяц назад
Will be great if you could provide the ppt you shared during the tutorial. Thanks!!
@andrewreinke6562
@andrewreinke6562 Месяц назад
This is excellent work. Thank you!!
@cjbrown3396
@cjbrown3396 Месяц назад
Hello Jelly do you have the practice datasets for us ? thanks
@learningwithjelly
@learningwithjelly Месяц назад
It is built into SAS. So once you create a SAS OnDemand Account for Free online. The SAS datasets are on there in the sashelp library. View video 1 on my channel. Thank you.
@Jaike57
@Jaike57 Месяц назад
The only mandatory clause in a select statement is the select clause. You don't have to have a from clause. This is useful in circumstances such as defining a row to be inserted into a table.
@user-pw5di5wi5x
@user-pw5di5wi5x Месяц назад
Thank you! Your lectur is very good. 😄
@learningwithjelly
@learningwithjelly Месяц назад
Thank you
@arcadiusvinzenz6005
@arcadiusvinzenz6005 Месяц назад
the resolution is very poor
@learningwithjelly
@learningwithjelly Месяц назад
Try changing your RU-vid resolution to 720px ...it could be your RU-vid settings since the video is clear on my end and everyone else
@ttjiy5
@ttjiy5 Месяц назад
Awesome Data Apparel finds!