No video

Excel Alternative: How to use SQL to perform EXCEL tasks (SQL for Data Analysis)

  Рет қаралды 36,023

techTFQ

techTFQ

Күн бұрын

Пікірлер: 56
@Hellokingworld
@Hellokingworld 3 жыл бұрын
very reasonable video ........ he delivered it 100% .... good knowledge and worthy video . good work
@techTFQ
@techTFQ 3 жыл бұрын
Thank you so much for the feedback.. Much appreciated.. Glad you liked it..🙏🏼
@apamwamba
@apamwamba 16 күн бұрын
Truth is that both tools are powerful in their own ways and can be useful in different environments so its a matter of learning as much as you can and use the appropriate tool..
@krisyannuruha5147
@krisyannuruha5147 Жыл бұрын
Just combine the two of it using power query and power pivot.. i'm using sql to store and clean up my data. Also to do heavy calculation with a lot of data then connect it to excel for data manipulation and data visualization and more complex calculation but with smaller data.
@SystaneEA
@SystaneEA 2 жыл бұрын
I've been looking / searching what sql can do better / more than excel and this is actually the best one I've seen so far. Thanks buddy :)
@Life-tech-hack-103
@Life-tech-hack-103 Жыл бұрын
This video is very clear and good for Excel users to appreciate SQL. Good job
@shaikusman536
@shaikusman536 Жыл бұрын
Very much needed Video....simple & clear comparision....It cleared my doubts on Ecxcell v/s SQL........Thanks a ton brother.....
@fathimafarahna2633
@fathimafarahna2633 3 жыл бұрын
Useful to many.. clear, concise and accurate. Keep doing your great work of helping people by sharing your knowledge.
@techTFQ
@techTFQ 3 жыл бұрын
Thank you for your support 🙏☺️
@CyberDame
@CyberDame 2 жыл бұрын
Sql reminded me to lotus 123 and excel. Thank you for clarifying.
@techTFQ
@techTFQ 2 жыл бұрын
Your welcome Dame :) Glad it helped..
Жыл бұрын
Excellent comparing. Thanks!
@kajolmishra4030
@kajolmishra4030 9 ай бұрын
It's really helpful for me... Thanks
@techTFQ
@techTFQ 8 ай бұрын
You're welcome
@prajnamayadi1764
@prajnamayadi1764 3 жыл бұрын
Hi Thoufiq! Thank for very clear explanation. very helpful! continue with the good work :)
@techTFQ
@techTFQ 3 жыл бұрын
Thank you so much 😊 Glad you liked it...
@dylanarmstrong9328
@dylanarmstrong9328 2 жыл бұрын
What are some examples of situations where it’s better to use SQL over excel and vice versa? From what I understand SQL seems to be more efficient when you want to access data whereas Excel is better for data visualization and table creation.
@techTFQ
@techTFQ 2 жыл бұрын
SQL can be used to extract data, analyze data and load data to any other source. Whereas, Excel is primarily used to view and analyze data (ofcourse you can do other things as well like visualization but there are better tools for visualization). Loading large dataset in excel will make it very slow (almost unusable) whereas SQL can easily handle huge amounts of data. Excel can be great tool when you want to share small data with your team members but if you need to share large dataset with team member then better share SQL queries. There are so many more differences btw these 2 which I may not be able to explain in this comment here but in general both have their own use case..
@dylanarmstrong9328
@dylanarmstrong9328 2 жыл бұрын
@@techTFQ thanks!
@techTFQ
@techTFQ 2 жыл бұрын
Your welcome 🙏🏼
@mtalootera1781
@mtalootera1781 3 жыл бұрын
Nice... Presentation Superb.. Clarity Superb.. Thanks for Sharing... Next time do show ua face while explaining...
@techTFQ
@techTFQ 3 жыл бұрын
Thank you.. Noted on your feedback 😊
@shefeekbasheer7514
@shefeekbasheer7514 3 жыл бұрын
Nice, Please make more videos
@techTFQ
@techTFQ 3 жыл бұрын
Thanks a lot.. sure will do..🙏🏼
@smithasmith161
@smithasmith161 3 жыл бұрын
Good information
@techTFQ
@techTFQ 3 жыл бұрын
Thank you 😊
@pnggreen5258
@pnggreen5258 3 жыл бұрын
Hi al i have a burning questiob. I started using more sql instead of excel as an analyst within our organisation. However, everytime I provide colleagues with a power bi report or data from SQL, they want me to send an excel file of the data. They all want to be able to filter etc themselves in excel. So despite that i summarize lots of data using sql my coworkers hate it because they want theor data in excel. How to deal with this
@techTFQ
@techTFQ 3 жыл бұрын
Hi, i think this happens in many companies.. More people are familiar and comfortable with Excel rather than SQL. And not everyone realizes the advantages of using SQL. Having said that, SQL is very useful for data analysis, extracting and loading data but when it comes to presenting your report to other colleagues or business users (who may or may not have access to SQL or who may just not be comfortable in SQL), it's better you provide them both the options of using Excel as well as SQL (share SQL query and also the steps to regenerate it) Also may be add a single line at the end of your email stating the advantages of SQL. I believe if you do this over a period of time, people will gradually start noticing SQL and perhaps start using it over Excel. But I also believe that both SQL and Excel are here to stay so both will be used. Just that for some scenarios, it's better to use SQL and in some scenarios using Excel would be more efficient.
@pnggreen5258
@pnggreen5258 3 жыл бұрын
@@techTFQ Thanks a lot! This really helps. Keep up the good work! ( Y )
@techTFQ
@techTFQ 3 жыл бұрын
Glad I could help.. all the best and thanks again for appreciating my work ☺️🙏🏼
@boqorcabdalla
@boqorcabdalla 11 ай бұрын
Bravo❤... may i get the datasets of the two tables you are using.
@mohammedshahil4898
@mohammedshahil4898 3 жыл бұрын
Thank you for this informative video👍🏻 Indeed very useful👏🏻 Keep going
@techTFQ
@techTFQ 3 жыл бұрын
Thank you 😊 😊
@jenniferduffy4863
@jenniferduffy4863 Жыл бұрын
What about when you want to delete rows in excel which have duplicate values in one column (out of for example 10 columns)…. In Excel I can press delete duplicate rows and unselect all columns except the one with the duplicates. This gives me just the first row for each unique value in the relevant column. I have tried to do this in sql using a combination of cte and row_num() over partition by but have not managed to imitate excel. I am relatively new to sql. Is this something you might cover in a video? 🙏
@shaneboaden5005
@shaneboaden5005 24 күн бұрын
Hi there, I just pasted your question into chat gpt and the following. Yes, it's possible to delete rows with duplicate values in one column using SQL, similar to how you would in Excel. Here's a basic example of how you can achieve this using a Common Table Expression (CTE) and the `ROW_NUMBER()` function: ```sql WITH CTE AS ( SELECT *, ROW_NUMBER() OVER (PARTITION BY your_column ORDER BY (SELECT NULL)) AS row_num FROM your_table ) DELETE FROM CTE WHERE row_num > 1; ``` In this example: - Replace `your_table` with the name of your table. - Replace `your_column` with the column that contains duplicate values. This code assigns a unique row number to each row within each partition of the specified column. Rows with a `row_num` greater than 1 are considered duplicates and are deleted.
@Loedairy
@Loedairy Жыл бұрын
Makes sense 😊
@prosenjitshaw936
@prosenjitshaw936 Жыл бұрын
Can I learn SQL without or No knowledge of MS Excel.. please guide..
@user-qv7et4nx8q
@user-qv7et4nx8q 2 ай бұрын
Means, I have no option except practicing SQL?
@dipalimahulkar419
@dipalimahulkar419 Жыл бұрын
How to import Excel file in to SQL
@zaitunpeace
@zaitunpeace 2 ай бұрын
Hi. Convert the excel file into .csv format, and then load it into DB for querying using SQL.
@satindersingh2562
@satindersingh2562 2 жыл бұрын
Great Efforts sir 👍
@goombakiwi
@goombakiwi 3 жыл бұрын
It would have been more comparable for Substr to be related to the excel "mid" function.
@techTFQ
@techTFQ 3 жыл бұрын
Yes right but then I wanted to keep the video as short as possible and cover the most widely used functions in excel as per my research.. but definitely a point to remember for any future video’s Thanks for the feedback 🙏🏼☺️
@monicaah2468
@monicaah2468 6 ай бұрын
What about SUMIFS?
@sidiqdoang3542
@sidiqdoang3542 2 жыл бұрын
anyone can tell me about the function of " , " at the first and " S " qt the end?
@denisbaranoff
@denisbaranoff 2 жыл бұрын
There is an inconvinience to work with regexp in excel ...
@techTFQ
@techTFQ 2 жыл бұрын
yeah thats true..
@ibrahimnourish880
@ibrahimnourish880 3 жыл бұрын
👍👍
@techTFQ
@techTFQ 3 жыл бұрын
Thank you Nourish.. 😊
@pedrojulio1960
@pedrojulio1960 2 жыл бұрын
0:28 2:00
@techTFQ
@techTFQ 2 жыл бұрын
What’s this about Pedro ? 🤔
@pedrojulio1960
@pedrojulio1960 2 жыл бұрын
@@techTFQ I use this to review next time. Bookmark.
@techTFQ
@techTFQ 2 жыл бұрын
Ohh ok .. cool .. happy learning bro 🙏🏼🙂
@lani5801
@lani5801 2 жыл бұрын
Hi did you see my question?
@techTFQ
@techTFQ 2 жыл бұрын
Which question?
@lifemanit2427
@lifemanit2427 3 жыл бұрын
Waste of time...not useful ...both have their own perks...
How to become a Data Analyst FASTER ?
16:20
techTFQ
Рет қаралды 98 М.
SQL Views Tutorial | VIEWS in SQL Complete Tutorial
43:20
techTFQ
Рет қаралды 265 М.
👨‍🔧📐
00:43
Kan Andrey
Рет қаралды 10 МЛН
女孩妒忌小丑女? #小丑#shorts
00:34
好人小丑
Рет қаралды 63 МЛН
Пройди игру и получи 5 чупа-чупсов (2024)
00:49
Екатерина Ковалева
Рет қаралды 3,6 МЛН
3 Essential Excel skills for the data analyst
18:02
Access Analytic
Рет қаралды 1,5 МЛН
How I use SQL as a Data Analyst
15:30
Luke Barousse
Рет қаралды 821 М.
Python In Excel: Microsoft Changed EVERYTHING
14:37
Luke Barousse
Рет қаралды 447 М.
👉 SQL Basics with Healthcare Data | 1 Hour
1:00:18
Data Wizardry
Рет қаралды 39 М.
Super Interesting SQL Problem | Practice SQL Queries
18:24
techTFQ
Рет қаралды 22 М.
Cleaning Data in Excel | Excel Tutorials for Beginners
21:04
Alex The Analyst
Рет қаралды 527 М.
Learn Power Query & Automate Boring Data Tasks in 15 Minutes!
18:45
👨‍🔧📐
00:43
Kan Andrey
Рет қаралды 10 МЛН