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

Поделиться
HTML-код
  • Опубликовано: 28 ноя 2024

Комментарии • 56

  • @Hellokingworld
    @Hellokingworld 3 года назад +4

    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 3 месяца назад

    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 Год назад +1

    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 года назад +3

    Useful to many.. clear, concise and accurate. Keep doing your great work of helping people by sharing your knowledge.

    • @techTFQ
      @techTFQ  3 года назад +1

      Thank you for your support 🙏☺️

  •  2 года назад

    Excellent comparing. Thanks!

  • @CyberDame
    @CyberDame 3 года назад +1

    Sql reminded me to lotus 123 and excel. Thank you for clarifying.

    • @techTFQ
      @techTFQ  3 года назад

      Your welcome Dame :)
      Glad it helped..

  • @dylanarmstrong9328
    @dylanarmstrong9328 3 года назад +4

    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  3 года назад +8

      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 3 года назад

      @@techTFQ thanks!

    • @techTFQ
      @techTFQ  3 года назад

      Your welcome 🙏🏼

  • @shefeekbasheer7514
    @shefeekbasheer7514 3 года назад +2

    Nice, Please make more videos

    • @techTFQ
      @techTFQ  3 года назад

      Thanks a lot.. sure will do..🙏🏼

  • @mtalootera1781
    @mtalootera1781 3 года назад +1

    Nice... Presentation Superb.. Clarity Superb.. Thanks for Sharing... Next time do show ua face while explaining...

    • @techTFQ
      @techTFQ  3 года назад +1

      Thank you..
      Noted on your feedback 😊

  • @kajolmishra4030
    @kajolmishra4030 Год назад

    It's really helpful for me... Thanks

    • @techTFQ
      @techTFQ  11 месяцев назад

      You're welcome

  • @smithasmith161
    @smithasmith161 3 года назад +1

    Good information

    • @techTFQ
      @techTFQ  3 года назад

      Thank you 😊

  • @prajnamayadi1764
    @prajnamayadi1764 3 года назад +1

    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...

  • @monicaah2468
    @monicaah2468 10 месяцев назад

    What about SUMIFS?

  • @Loedairy
    @Loedairy Год назад

    Makes sense 😊

  • @pnggreen5258
    @pnggreen5258 3 года назад +4

    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 года назад +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 года назад +1

      @@techTFQ Thanks a lot! This really helps. Keep up the good work! ( Y )

    • @techTFQ
      @techTFQ  3 года назад +1

      Glad I could help.. all the best and thanks again for appreciating my work ☺️🙏🏼

    • @boqorcabdalla
      @boqorcabdalla Год назад

      Bravo❤... may i get the datasets of the two tables you are using.

  • @jenniferduffy4863
    @jenniferduffy4863 2 года назад

    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 4 месяца назад

      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.

  • @prosenjitshaw936
    @prosenjitshaw936 2 года назад

    Can I learn SQL without or No knowledge of MS Excel.. please guide..

  • @BobyPathan-i3j
    @BobyPathan-i3j 5 месяцев назад

    Means, I have no option except practicing SQL?

  • @dipalimahulkar419
    @dipalimahulkar419 Год назад +1

    How to import Excel file in to SQL

    • @zaitunpeace
      @zaitunpeace 5 месяцев назад

      Hi. Convert the excel file into .csv format, and then load it into DB for querying using SQL.

  • @mohammedshahil4898
    @mohammedshahil4898 3 года назад

    Thank you for this informative video👍🏻 Indeed very useful👏🏻 Keep going

    • @techTFQ
      @techTFQ  3 года назад

      Thank you 😊 😊

  • @satindersingh2562
    @satindersingh2562 2 года назад

    Great Efforts sir 👍

  • @goombakiwi
    @goombakiwi 3 года назад +1

    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 🙏🏼☺️

  • @sidiqdoang3542
    @sidiqdoang3542 2 года назад

    anyone can tell me about the function of " , " at the first and " S " qt the end?

  • @ibrahimnourish880
    @ibrahimnourish880 3 года назад +1

    👍👍

    • @techTFQ
      @techTFQ  3 года назад

      Thank you Nourish.. 😊

  • @denisbaranoff
    @denisbaranoff 2 года назад +1

    There is an inconvinience to work with regexp in excel ...

    • @techTFQ
      @techTFQ  2 года назад

      yeah thats true..

  • @lani5801
    @lani5801 2 года назад +1

    Hi did you see my question?

    • @techTFQ
      @techTFQ  2 года назад

      Which question?

  • @pedrojulio1960
    @pedrojulio1960 3 года назад +1

    0:28
    2:00

    • @techTFQ
      @techTFQ  3 года назад

      What’s this about Pedro ? 🤔

    • @pedrojulio1960
      @pedrojulio1960 3 года назад +1

      @@techTFQ I use this to review next time. Bookmark.

    • @techTFQ
      @techTFQ  3 года назад

      Ohh ok .. cool .. happy learning bro 🙏🏼🙂

  • @lifemanit2427
    @lifemanit2427 3 года назад

    Waste of time...not useful ...both have their own perks...