SQL Tutorial for Beginners | Full SQL Course In Hindi

Поділитися
Вставка
  • Опубліковано 25 сер 2024

КОМЕНТАРІ • 3,4 тис.

  • @RishabhMishraOfficial
    @RishabhMishraOfficial  Рік тому +205

    Anyone facing issue in Inserting or updating values in CHAPTER-04, please use below query:
    👉 Customer Table
    🔖 Create table
    CREATE TABLE customer
    (
    CustID int PRIMARY KEY,
    CustName varchar(50) NOT NULL,
    Age int NOT NULL,
    City char(50),
    Salary numeric );
    🔖 Insert values in table
    INSERT INTO customer (CustID, CustName, Age, City, Salary)
    VALUES
    (1, 'sam', 26, 'Delhi', 9008),
    (2, 'Ram', 19, 'Bangalore', 11000),
    (3, 'Pam', 31, 'Mumbai', 6060),
    (4, 'Sam', 42, 'Pune', 10000);
    🔖 Update values in table
    UPDATE customer
    SET CustName = 'Xam' , Age = 32
    WHERE CustID = 4

    • @tannuyadav8742
      @tannuyadav8742 Рік тому +2

      Thank you Rishabh,
      Due to this query i can insert into values in table but won't be able to update value used your written query but unable to update..
      Actually my table is different from yours so for insert i used 👇
      INSERT INTO student
      VALUES
      (1, 'sam','Delhi', 90),
      (2, 'Ram','Bangalore', 11),
      (3, 'Pam','Mumbai', 60),
      (4, 'Sam','Pune', 10);
      Please suggest! !

    • @bhomikbhartibb6146
      @bhomikbhartibb6146 Рік тому +2

      I am facing the same issue

    • @AbdullahJan-vy3es
      @AbdullahJan-vy3es Рік тому +2

      ​@@tannuyadav8742 i also faced the same problem, but then i figure it out the solution although my approach is not too good but it will resolve the issue..here rishabh sir can insert multiple values using only one single statement but we can use the insert statement every time when we have to enter values in our column e.g:
      INSERT INTO customer
      (1, 'sam', 26, 'Delhi', 9008);
      INSERT INTO customer
      (2, 'Ram', 19, 'Bangalore', 20000);
      INSERT INTO customer
      (3, 'Pam', 31, 'Mumbai', 10000)

    • @tannuyadav8742
      @tannuyadav8742 Рік тому +3

      @@AbdullahJan-vy3es i am facing issues in updating values ...

    • @shikha8081
      @shikha8081 Рік тому +1

      @@tannuyadav8742 You have missed writing the column names after student. Try writing that and then run.

  • @user-ut6me1wm5g
    @user-ut6me1wm5g Рік тому +410

    In the era of selfish people who want others to struggle finding right sources, you are a boon for learners . Keep it up sir big thanks, after juggling among various free sources ,finally all doubts cleared in a single video

    • @RishabhMishraOfficial
      @RishabhMishraOfficial  Рік тому +38

      Glad you liked it ✅️ keep learning n keep growing 🚀

    • @sumanmandal7421
      @sumanmandal7421 10 місяців тому +2

      ​@@RishabhMishraOfficialSir I m belong to non tech background can I join data science?

    • @proman535
      @proman535 10 місяців тому +3

      Really awesome video, thanks to help all students and professionals...God bless you 🎇
      After completing this full video, is there any other topics remains for concepts in SQL

    • @harishankarthakur9516
      @harishankarthakur9516 7 місяців тому +1

      @@RishabhMishraOfficial really love you sir

    • @luckykhair8126
      @luckykhair8126 3 місяці тому +1

      You said it right bro era of selfish people....
      Hats off to Rishabh Sir! 🌹💐

  • @ur_niraj1727
    @ur_niraj1727 6 місяців тому +35

    i am working👨‍💻 as data analyst in tigeranalytics... nice to see people like u sharing knowledge to youngster

    • @gauraavthakurr
      @gauraavthakurr 6 місяців тому +1

      bro can a fresher get into tiger? i am preparing right now. can you tell me what types of question should I focused and more? also should I start python or only focus on sql

    • @rupamdigarse
      @rupamdigarse 5 місяців тому

      Can you tell me which skills are required to get a job to become data analyst ?

    • @__music_freak1820
      @__music_freak1820 4 місяці тому

      Can u pls tell me is it easy data science course for fresher or intellipaat is good for placement prgorm?

  • @033_gauravpatel8
    @033_gauravpatel8 8 місяців тому +21

    Thank you! If anyone says s/he wants to lean sql, I'll recommend this video!! Great.

  • @niranjangupta8644
    @niranjangupta8644 9 місяців тому +8

    Rishabh bhai apne bhi itna help nahi karte , jitna aap kiye ho abhi tak thankyou.

  • @IamMiteshParmar
    @IamMiteshParmar Рік тому +364

    Hey Rishabh, I am from a non IT background. I am halfway and really enjoying the way you taught and designed this. Keep up the good work going.

    • @ramanjeet1111
      @ramanjeet1111 Рік тому

      use chatgpt

    • @darthvader875
      @darthvader875 Рік тому +5

      non IT ka h toh yahan kya kaddu lene aaya h

    • @IamMiteshParmar
      @IamMiteshParmar Рік тому +47

      @@darthvader875 Nahi be tera family business nahi badhane aaya. Knock another door for your kaddu

    • @satyamguptafs1452
      @satyamguptafs1452 Рік тому +13

      ​@@IamMiteshParmar nice reply bro

    • @sarwaritvislamicvideos
      @sarwaritvislamicvideos Рік тому

      Good.. But how can I see front end.. Please guide me.. How can I add values in front end...

  • @mostlyankita
    @mostlyankita Рік тому +71

    Just completed full SQL Course✅.
    Must say one of the best course series I have come across. Its really helpful and u have made the learning so easy to understand. Keep up the good work Man !!! 😀

    • @RishabhMishraOfficial
      @RishabhMishraOfficial  Рік тому +1

      Glad you liked ✅️

    • @rajatbarik6981
      @rajatbarik6981 Рік тому +1

      Hi ankita, where can i practice Sql for free. Please help.... Congrats for completing SQL. Keep going..

    • @anuradha3868
      @anuradha3868 7 місяців тому

      ​@@rajatbarik6981go for leetcode that's the best platform to practice

  • @user-qd1rh7mg1n
    @user-qd1rh7mg1n Рік тому +28

    I like how effectively everything was described in Hindi. Despite the fact that everyone can speak and comprehend English, studying in your mother tongue is more relatable. I want to thank you for sharing your expertise with me since it motivated me to become a data analyst.

    • @RishabhMishraOfficial
      @RishabhMishraOfficial  Рік тому +2

      Glad you liked the content ✅️

    • @Fatima99sabir
      @Fatima99sabir 8 місяців тому

      Exactly

    • @kalpikhemchandani6533
      @kalpikhemchandani6533 Місяць тому

      Hey
      It's really true
      I myself saw this video and now able to know what actually SQL is
      Btw please can you suggest me that one imp skill to be a data analyst
      I am also preparing for the same ❤😊

  • @jafarullahansari6787
    @jafarullahansari6787 Місяць тому +1

    00:02 Learn SQL from basics to advanced topics in this comprehensive course.
    01:44 Introduction to SQL and its applications
    05:13 DCL (Data Control Language) in SQL
    06:51 Benefits of using Excel as a database
    10:23 Understanding the concept of data types in SQL.
    12:04 Different data types in SQL
    15:51 SQL Tutorial for Beginners | Full SQL Course In Hindi. Learn about creating tables in a database.
    17:26 Creating a table in SQL involves using the 'CREATE TABLE' command followed by the table name and column information.
    21:09 Learn how to create a table and query its data
    23:18 Learn how to define table columns and insert values in SQL
    27:28 SQL Tutorial for Beginners | Full SQL Course In Hindi
    29:28 Adding and dropping columns in SQL tables
    34:12 Introduction to SQL conditions and operators
    36:05 Handling multiple conditions in SQL
    40:35 Importing and exporting data in SQL
    42:40 There are two types of functions in SQL, system defined functions and user defined functions.
    46:18 Concatenating strings in SQL using the CONCAT function.
    48:38 Introduction to aggregate functions in SQL.
    52:42 Using aggregate functions in SQL
    54:42 GROUP BY statement is used with aggregate functions to group data based on specified columns.
    58:18 Grouping data by customer ID helps identify the customer with the highest transaction.
    1:00:55 Applying the HAVING clause in SQL
    1:05:30 The time stamp in SQL contains date and time information.
    1:07:07 Storing data in a database and performing functions with time and date
    1:11:32 This video covers the complete basics of joins in SQL.
    1:13:18 Combining two tables using SQL JOIN
    1:16:46 Inner join combines common elements between two tables.
    1:18:35 Inner join is used to combine two tables based on a common column.
    1:23:05 Explaining left join and its output
    1:24:44 Left join in SQL
    1:28:50 SQL Full Join returns all the records when there is no match in both tables
    1:30:50 Understanding the different types of joins in SQL
    1:34:35 Find the name of the respective Manager for H of D Employees
    1:36:14 The video discusses joining tables and using unions in SQL.
    1:40:33 Subqueries are used to create complex queries and perform operations within a query.
    1:42:45 Exploring SQL queries to find the average amount in a table
    1:46:50 Using comparison and logical operators in SQL queries
    1:48:48 Using join operators in SQL for common data retrieval.
    1:53:34 Window functions in SQL can be used to create a window of data within a table.
    1:55:06 Window functions in SQL
    1:58:13 Ranking function is useful for analyzing data and creating rankings.
    1:59:42 The video explains how to use window functions and partition data in SQL
    2:03:06 Understanding aggregate functions and window functions in SQL
    2:04:40 Understanding the rank function in SQL
    2:07:55 Understanding SQL ranking function
    2:09:39 Window functions include 'order by' and give the desired values based on conditions.
    2:12:49 The video discusses the concept of lead and lag in SQL
    2:14:26 Understanding the case statement in SQL
    2:17:38 Using the case statement to categorize products based on their values.
    2:19:14 Understanding the case statement in SQL
    2:22:42 The video covers common table expressions in SQL
    2:24:15 Temporary tables in SQL
    2:28:10 Using subqueries in SQL to retrieve specific data
    2:29:45 Joining tables to get data from multiple tables
    2:33:40 Practicing and solving more problems helps in earning more
    Crafted by jafrullah

  • @Soothing139
    @Soothing139 Рік тому +75

    i have watched so many SQL tutorial till now in Hindi and English both but the way you explain was fabulous man even small non tech child can understand this . Really you are helping many students and Non-IT Professional, keep making Such a good content. 😇

    • @RishabhMishraOfficial
      @RishabhMishraOfficial  Рік тому +4

      Thanks and welcome 🙌, glad you liked it ✨️

    • @THEULTIMATEBATTLECLUB
      @THEULTIMATEBATTLECLUB 9 місяців тому

      @@RishabhMishraOfficial Is this course sufficient for data analyst

    • @kunalKumar-lr1co
      @kunalKumar-lr1co 10 днів тому

      ​@@RishabhMishraOfficialsir ye video me sql pura course completed hain ya eska part 2 upload sir karege kripa bataye

  • @anushamanoharan7778
    @anushamanoharan7778 Рік тому +12

    Hello Rishab...
    You are amazing soul.
    From you itself I learned PowerBI and now able to creat really interesting visualising dashboards... Now from your SQL course am gaining confidence... I completed this course yeah i know need to work on projects but you have anazing skills to make it possible to trust ourself to step one step ahead towards my dream of data analyst..... Thankyou so much Rishab.... Am so grateful to you...
    Thankyou for helping all of us and spoting light for all aspirants switching from nonIT to IT
    Grateful to you 😊🙏🙏🙏🙏🙏🙏☺️

  • @BotherPrabhakar
    @BotherPrabhakar 10 місяців тому +8

    Hey Rishabh, your teaching style awesome, thanks a lot for that.
    Here is order of execution in SQL > SELECT, FROM, WHERE, GROUP BY, HAVING, ORDER BY, LIMIT

  • @nidhis5258
    @nidhis5258 10 місяців тому +3

    yaar rishabh thank you so much,, bhaut simple aur jldi khtm krne wale courses banaye h ..kam se kam 3 saal se mujhe aisa teacher nai mil rha tha .. now i can finally learn sql

  • @ashvinrathod4878
    @ashvinrathod4878 Рік тому +10

    Hi Rishabh,
    I have checked lots of material in UA-cam for SQL but this one of the best channel i have found. really appreciate your effort ,simplicity and dedication. Keep it bro 👍👍

  • @kiaraswan6787
    @kiaraswan6787 Рік тому +23

    Thank you so much for this course sir. This is a blessing for all the beginners out there. I am absolutely sure that after completion of this course, everyone will have decent knowledge of SQL.

  • @rupayadav256
    @rupayadav256 11 місяців тому +6

    I think after watching your video, struggles for students are gone in SQL. Amazing explanation. Thank you so much for covering all topic so smoothly.

  • @rjgaming475
    @rjgaming475 Рік тому +6

    I wanted to learn excel, SQL, coding. I have watched your excel full tutorial video and practiced one day. Trust me, i have learned exactly what you have shown in ur Excel tutorial video in a day. And now I'm watching ur SQL video and it's my first day. But i feel, it's a little bit hard. Coz i have to replay some parts 3,4 times. But i hope, i will learn it quickly. Thank you for your free informative tutorial videos😊😊😊❤❤❤

  • @prernajain2613
    @prernajain2613 Рік тому +8

    hello , i just started watching ur SQL tutorial for beginners as I am non-IT professional so this video is helping me to understand the topic in a very simplest way .Thank you so much for helping beginners.
    Order of execution - FROM, WHERE, GROUP BY, HAVING, SELECT, ORDER BY, LIMIT

  • @enuarora
    @enuarora Рік тому +39

    Hi Rishabh,
    I feel privileged to UA-cam now to have recommended me your video.
    I am a non IT professional willing to learn and change my vertical, and your videos by far are the best value addition to my learning library. Thank you!
    Simplified and easy learning that, too, in vernacular language.

    • @mahakgarg3152
      @mahakgarg3152 Рік тому +2

      Difference between MySQL and PostgreSQL,?

    • @RishabhMishraOfficial
      @RishabhMishraOfficial  Рік тому

      Best of luck 👍

    • @vipulsinha355
      @vipulsinha355 Рік тому

      @@RishabhMishraOfficial can you please share pdf file

    • @107vikrantdeshmukh4
      @107vikrantdeshmukh4 Рік тому

      ​@@mahakgarg3152there are not really any difference between them. Both are database management softwares used for create, manipulate and store the data

  • @arindamacharya6383
    @arindamacharya6383 7 місяців тому +4

    Hi Rishab bhai, thanks for spreading knowledge. Here is the quick assignment of 01: Select | from | where | group by | having | order by | limit

  • @user-pe3ml7ij9w
    @user-pe3ml7ij9w 8 місяців тому +15

    I would say I really appreciate the 2:34:44 hours long free tutorial! People like you make it possible for me to learn for free.

  • @sandipanchakraborty4228
    @sandipanchakraborty4228 Рік тому +18

    One of the best course series i have ever seen. So clearly and neatly explained and organised with definition, syntax and example practise most important with the pdf document can be kept as notes.
    Thanks for the video it helped me a lot to understand and follow SQL.

  • @anandpandey4276
    @anandpandey4276 Рік тому +6

    The best SQL video in UA-cam that I have ever seen. Your explanation make SQL very easy. I really appreciate your hard work. Thanku Mr. Rishabh😊

  • @Ak_computer_Gyan
    @Ak_computer_Gyan 3 місяці тому +2

    Really sir apki video dekhkar bilkul bhi dar nahi laga SQL se ❤🎉 it's amazing and your explanation is very nice
    Thanks sir😊

  • @faizansaifi2177
    @faizansaifi2177 8 місяців тому +5

    ust completed full SQL Course✅.
    Must say one of the best course series I have come across. Its really helpful and u have made the learning so easy to understand. Keep up the good work Man !!! 😀

    • @RishabhMishraOfficial
      @RishabhMishraOfficial  8 місяців тому

      Glad you liked it ✅️ n awesome you completed it.. keep learning n keep growing 🚀

  • @nileshjadhav4396
    @nileshjadhav4396 Рік тому +13

    Rishabh you have made very crisp, point to point an awesome video. You are contributing alot to my data analyst journey. Thanks. Make such video on Power Bi and Python too if possible. regards.

  • @mdumar7102
    @mdumar7102 2 місяці тому +1

    Thank You Sir ji
    Me interview me ye apka video padh kr gya tha or me select ho gya.
    Thank you so much.

  • @abdulmateen5003
    @abdulmateen5003 10 місяців тому +1

    Shukriya rishab thanks a lot... you rock... tum bahot zabardast insaan ho. World needs people like u. Sab sey achi baat yeh hai k tumne yeh videos hindi mey banayi hai !

  • @meriamhaq123
    @meriamhaq123 Рік тому +10

    One thing i noticed that while using ALTER TABLE command to add column, we must add data type otherwise error will occur;
    ALTER TABLE customer
    ADD COLUMN address varchar(100);

  • @yashchunne7085
    @yashchunne7085 Рік тому +29

    Hello Rishabh, I'm a non-IT professional who has just begun learning SQL, and your videos and explanations have been extremely helpful. I'm making a comment in the middle of your videos. Thanks for your hard work :)

  • @CP_Masters
    @CP_Masters Рік тому +2

    Started many sql courses but never completed until I found this. Kudos Rishabh Subscribed..!

  • @MalikaaPremi1176
    @MalikaaPremi1176 2 місяці тому +2

    Thank you so much for this course sir, You are great ❤❤❤lots of love....keep posting such videos for data analyst ❤

  • @shyampallod14
    @shyampallod14 Рік тому +49

    Hello Rishabh,
    This is the first time when I'm learning SQL and it's been complete delightful learning experience. Thank you for sharing all the knowledge with so candid way, it actually helps to learn more. Please be the same person/teacher you are bcoz you're Awesome :) Keep helping and stay blessed always :)
    Wishing you all the success and all the good wishes...!!!
    Quick Assignment 1:
    Order of Execution: SELECT, FROM, LIMIT, GROUP BY, HAVING, ORDER BY.

    • @RishabhMishraOfficial
      @RishabhMishraOfficial  Рік тому +6

      Glad you liked 👍
      Order of execution is: from where group by having select order by limit

    • @shyampallod14
      @shyampallod14 Рік тому +1

      @@RishabhMishraOfficial Thank you Rishabh :)

    • @unfiltered_anshika
      @unfiltered_anshika Рік тому

      @@RishabhMishraOfficial but select come first na?

    • @gauraavthakurr
      @gauraavthakurr Рік тому +2

      @@unfiltered_anshika coming first is not executing first from clause executes first

    • @qudsiyaafaq7903
      @qudsiyaafaq7903 Рік тому

      Why select is coming after.not on first in select table? Can you please clarify

  • @kundanpaswan1711
    @kundanpaswan1711 2 місяці тому +2

    Thank you so much Rishabh Sir for this video. Just because of your one single video I got clear idea in SQL and also thanks for Power BI video.

  • @blast473
    @blast473 5 місяців тому +1

    Hello Rishabh,
    I recently progressed for Google's Data Analytics Apprentice role and your videos helped me on the way a lot. They boosted my confidence and helped my understanding of Data Analytics better.
    Just wanted to thank you for your efforts !!!

  • @shanskrutibhsee1159
    @shanskrutibhsee1159 Рік тому +27

    Nice explanation....Thank you for such content..I must say most underrated tutor..keep going sir

  • @user-yx6pb5vh3n
    @user-yx6pb5vh3n Рік тому +3

    i am so lucky i got you as my teacher
    thank you so much sir

  • @theIdealmuslim9149
    @theIdealmuslim9149 2 місяці тому +2

    Alhamdullilh.....thanks my friend 🎉❤

  • @Skillsetsm
    @Skillsetsm 2 місяці тому +1

    HI Rishabh this is yuvraj.
    To be honest i am a person who consume content on youtube and i rarely do like and comment on videos but your videos always made my mind for like and comment. i have been following you for about a year and i have learned a lot of things from you. i have created some excel projects like store analysis and some other also in excel. by learning from your videos i have got a Job in MIS Domain and now i just strated learning SQL from your videos. and i believe one day i will definitely crack a data analyst job.
    Thanks Rishabh bhaiya from the bottom of my heart.

    • @RishabhMishraOfficial
      @RishabhMishraOfficial  2 місяці тому

      Glad you liked the content ✅️, all the very best for your future endeavors ✨️

  • @bhartichandrakar6771
    @bhartichandrakar6771 Рік тому +4

    Ever since I joined your journey at the humble mark of 700 subscribers, witnessing your growth has filled my heart with boundless joy. 🥳🥳The knowledge I have gained through your captivating videos has enriched my life beyond measure, leaving an indelible mark of gratitude and appreciation.👍

  • @adnanrasheed5494
    @adnanrasheed5494 10 місяців тому +5

    You're great Sir! For your amazing way of learning . Your teaching concepts are very smooth and easy to understand for beginners. You are always be in our hearts for your kind services. Thank You.

  • @gayatrikale3460
    @gayatrikale3460 Рік тому +2

    Its really helpfull. I completemy 1st year in 2 hours.aand i like your *phir ye bhadak jayega*.😊

  • @muhammadazizhassan8960
    @muhammadazizhassan8960 Рік тому +1

    bhai abhi sirf 10 min hi howye video dekhty howye....bro i salute. what a clearity of explanation. Salute your effort bro. Best work !

  • @abhinavkrbhagat
    @abhinavkrbhagat Рік тому +5

    Great content. Thank you.
    Suggesting this content to People across domains.
    People who are preparing for government jobs should learn the free skills from UA-cam and try to keep themselves busy.
    Skills acquired in the process can help them sustain in the long run if things didn't turn in favour.

  • @227_sarveshmantri7
    @227_sarveshmantri7 Рік тому +9

    Oder of execution in SQL : FROM, WHERE, GROUP BY, HAVING, SELECT, ORDER BY, LIMIT

    • @ArpitK01
      @ArpitK01 Рік тому

      What about "Offset"?

  • @FoodMania907
    @FoodMania907 Рік тому +1

    I am unable to write properly Select query with full syntax but this course is helpful, I am working as SAP ABAP consultant , ABAP is basically SQL Queries to fetch data from the database dictionary.

  • @pallavitighare8092
    @pallavitighare8092 Місяць тому +1

    This is the only series I've watched all the way through. Thank you! ❤ I hope you leave a comment, please.

  • @SahilSingasane
    @SahilSingasane Рік тому +4

    today morning 7 am i was so stressed with job switch and morning i saw ur first video of roadmap to DS. I did this course with money and no placement... regretted..
    today i have started with your guidance again with 100 days challenge to again revise everything and get new job...thanks and ur amazing already subscribed

    • @RishabhMishraOfficial
      @RishabhMishraOfficial  Рік тому +1

      Glad it was helpful ✅️ and all the very best brother 👍

    • @SahilSingasane
      @SahilSingasane Рік тому

      @@RishabhMishraOfficial Thank you..and I will refer to your videos.

    • @zakkiullah5674
      @zakkiullah5674 Рік тому

      hey, have you completed sql ? how much time does it took ?

  • @himanshusethi7271
    @himanshusethi7271 Рік тому +15

    Rishabh Bhai, you deserve so much love, respect n blessings for sharing knowledge. Your quality of explanation is second to none. 👏👏 Someone from non IT background like me is enjoys your videos so much. Keep up the great work.

    • @RishabhMishraOfficial
      @RishabhMishraOfficial  Рік тому +2

      Glad you liked it ✨️ and all the very best brother 👍

    • @abhisheksharmahappyyouabhi487
      @abhisheksharmahappyyouabhi487 Рік тому

      @@RishabhMishraOfficial dear bhaiya is this video of sql 2.5 hour video is enough for data analyst . plz lrt me know.

    • @marutigurav6647
      @marutigurav6647 Рік тому

      Hii sir i am graduate but not well in English and also not it background so how to certifide in sql and power bi and also how to get dream job

    • @user-pz3pd5yh8i
      @user-pz3pd5yh8i Рік тому

      🖐

  • @IskconGlobalMovement
    @IskconGlobalMovement 11 місяців тому +1

    @30:09 It was a good exercise. Here are my findings on ALTER command in SQL:
    ALTER TABLE customer
    ADD COLUMN gender char;
    ALTER TABLE customer
    RENAME COLUMN city TO location;
    ***To change datatype using ALTER COLUMN***
    ALTER TABLE customer
    ALTER COLUMN age SMALLINT;
    **Set Default value in column email***
    ALTER TABLE customer
    ALTER COLUMN email SET DEFAULT 'Unknown';
    **REMOVING DEFAULT VALUE FROM COLUMN email**
    ALTER TABLE customer
    ALTER COLUMN email DROP DEFAULT;

  • @dileeppachavane629
    @dileeppachavane629 5 місяців тому +2

    thank you so much rishabh bhaiyya

  • @Devashish005
    @Devashish005 Рік тому +5

    OMG......Rishabh, your channel has the full potential of reaching at least 1 million subscribers very soon, Keep the good work ON. You made it so much easy and understandable for even non-IT background individuals. Please make such video on POWER BI as well

  • @vivekkapil4571
    @vivekkapil4571 Рік тому +4

    Really appreciable so much of clearance for SQL ..Good for beginners. Thanks for providing such videos youtube as well as sir 🎉

  • @muskansharma9070
    @muskansharma9070 Рік тому +3

    The concept of giving notes and making things easy so that we can devote more time in learning rather than making notes was best 👍🏻👍🏻

  • @randomvariate21
    @randomvariate21 10 місяців тому +1

    select > from > group by> having > where > order by > limit

  • @LaadliJiKiRasoi
    @LaadliJiKiRasoi Рік тому +1

    Rishabh Bhai you're the ideal explanation of how a human should be = "Humble and Kind". And people might've ignored this line but I ain't i.e "Khud se pucho ki shuru kyu kiya tha, career mei kuch bada karna hai" . Thanks for helping us all.

  • @jawadsher7666
    @jawadsher7666 Рік тому +22

    1) SELECT
    2) FROM
    3) WHERE - AND
    4) GROUP BY
    5) HAVING CLAUSE - AND
    7) ORDER BY
    8) LIMIT

    • @107vikrantdeshmukh4
      @107vikrantdeshmukh4 Рік тому

      Thanks

    • @aryankhatri1545
      @aryankhatri1545 Рік тому

      Is this answer 100% correct?
      have you cross-checked it?

    • @ReelgramJams-vm3ug
      @ReelgramJams-vm3ug Рік тому

      @@aryankhatri1545 yes its correct, as it is answer hai jo video mei sequence diya hai.

    • @sanyarastogi9205
      @sanyarastogi9205 Рік тому +1

      this is wrong order of execution. The correct order is: From, where, group by, having, select, order by, limit

    • @DestroyerGaming-yn6wq
      @DestroyerGaming-yn6wq Рік тому +2

      ​@@sanyarastogi9205 aap SQL ya DBMS nhi IT field hi chd do

  • @Technovation07
    @Technovation07 Рік тому +3

    Last one was Epic "Congratulations you Completed Course Successful" 😅🎉

    • @RishabhMishraOfficial
      @RishabhMishraOfficial  Рік тому +1

      Glad you liked it ✅️ n congratulations on completing the course 👏

    • @Technovation07
      @Technovation07 Рік тому

      @@RishabhMishraOfficial Thank you So Much❣️

  • @shrutideshmukh2482
    @shrutideshmukh2482 Рік тому +1

    Salute hai ...aise teacher ko ...kash itna gyaan engineering colleges mai dete toh india kaha se kaha pohoch jata...really so help full for begineers who are learning from scratch that too (full practical)... Aise teachers ko bharat ratna milna chahiye ..they are the real heroes of the society to serve the youth that too for free...keep it up sir aur bhi ache beneficial videos lekar aye for data analysts freshers to become experts one day 💐💯😇💞☺️

  • @user-ng5yk4my1o
    @user-ng5yk4my1o 8 місяців тому +4

    Hello sir I am from Pakistan I learned sql from your videos I benefited a lot your explanation style is very awesome

  • @krishnakamalgogoi9893
    @krishnakamalgogoi9893 3 місяці тому +8

    To remember SQL sequence here is a simple mantra. Just remember the following sentence
    "Some French Waiters Grow Health Oranges",
    now remember the first letter of each word of the sentence.
    S = Select, F = From , W = Where, G = Group By, H = Having , O = Order by.
    Hope it helps.

  • @sahanishiv9500
    @sahanishiv9500 6 місяців тому +2

    Thank you sir
    Because of your cours I got my first job
    ( Special your join functions diagram )

  • @arghabera1363
    @arghabera1363 3 місяці тому +1

    Sir app kya sikhate ho main fan ban gaya apka. 1st video maine apka power bi dekha tha

  • @Ayush_.
    @Ayush_. Рік тому +3

    Greate video, Honestly Just pure content 💯No faltu ki baate
    Thank you Rishabh bhai🔥👌 Thank you for providing Notes.
    Request : Please bring One Single video on SQL question For interviews.

    • @RishabhMishraOfficial
      @RishabhMishraOfficial  Рік тому

      Coming this Saturday , watch it n let me know your thoughts in comment 👍

    • @Ayush_.
      @Ayush_. Рік тому

      @@RishabhMishraOfficial Thank you bhai 🤩🙏

  • @rohit55555kumar
    @rohit55555kumar Рік тому +5

    Hello Rishabh, I am Rohit from non IT background who has just started learning SQL, the way you taught is really awesome. It would be great if you can provide an input in one small query that "from where did you copy the data which you paste in table query"? at video time 21.17
    although I have learnt the same way through right click on table then click on create the table

    • @manyvideo.796
      @manyvideo.796 Рік тому

      Aage kya krne vaale ho bhai

    • @zakkiullah5674
      @zakkiullah5674 Рік тому

      hey, have you completed sql ? how much time does it took ?

  • @usersromantic53
    @usersromantic53 11 місяців тому +1

    Hi Rishabh,
    I have checked lots of material in UA-cam for SQL but this one of the best channel i have found. really appreciate your effort ,simplicity and dedication. Keep it bro 👍👍 Love from bangladesh

  • @gauriborkar6737
    @gauriborkar6737 3 місяці тому +1

    I found the right recording on right time....really helped me a lot...thanks sir🙏

  • @subhash2215
    @subhash2215 Рік тому +3

    One of the best SQL course ❤️
    Sir.what is the freshers salary of python Full stack developer....

  • @badalsingh4145
    @badalsingh4145 Рік тому +3

    Hi Rishabh, Thank you so much for the video. I had scrolled a lot of videos but your video tuned up in a perfect manner with me because of your teaching and explaining style. thanks a lot for this. even by paying on Udemy or anywhere, can get this quality content.

  • @04_itsanskaragarwal73
    @04_itsanskaragarwal73 Рік тому +2

    Really appreciate your effort

  • @F2003S
    @F2003S 8 місяців тому +2

    Really a great mentor. Hats off to you, Sir. Rishabh Mishra.

  • @sujitdebroy1539
    @sujitdebroy1539 Рік тому +3

    Your teaching ability is on a next level❤

  • @amitbaghel9401
    @amitbaghel9401 Рік тому +4

    Such a appreciating work done by you sir... We are very thankful to you for providing the better quality of source of education to enhance the skills... 🙌

  • @ashokbhairat1364
    @ashokbhairat1364 19 днів тому +1

    your teaching is very understandable. thanks for that.

  • @ShondaD_
    @ShondaD_ Рік тому +7

    I absolutely love how you have the course setup like a PowerPoint. Do you have an English version so that I can understand when you explain a bit on each slide? Thanks 😊

    • @RishabhMishraOfficial
      @RishabhMishraOfficial  Рік тому

      No, sorry.. currently i make videos in Hindi language but yess in future will start a English channel if there will be demand 👍

    • @jujutsukaisen5129
      @jujutsukaisen5129 Рік тому

      ​@@RishabhMishraOfficialWe want videos in English too.

    • @sudhamishra6596
      @sudhamishra6596 11 місяців тому +1

      ​@@nandini0328 then learn Hindi cuz English is the Anglo white Christian missionary colonizers' language whereas Hindi is indigenous to India than english so it's better if y'all (South Indians ) must learn Hindi , speakin' out one of the indigenous product of Bharat is way much better than speakin' out in a language (english) which is foreign to Bharat/Indic civilization

    • @sudhamishra6596
      @sudhamishra6596 11 місяців тому +1

      @@nandini0328 then prefer Hindi anytime, you didn't understand anythin' what I meant

  • @parmeetbadesha6659
    @parmeetbadesha6659 Рік тому +5

    1) SELECT
    2) FROM
    3) WHERE
    4) GROUP BY
    5) HAVING
    7) ORDER BY
    8) LIMIT

    • @disharighosh4859
      @disharighosh4859 Рік тому

      I think limit will come before order by

    • @ReelgramJams-vm3ug
      @ReelgramJams-vm3ug Рік тому

      @@disharighosh4859 no limit will come at last

    • @beautifulvlogs8094
      @beautifulvlogs8094 Рік тому

      ​@@disharighosh4859limit at last so we can limit according to requirement of rows

  • @ravanlive9970
    @ravanlive9970 Рік тому +2

    sql was always scary for me. thanks for the video. i absorbed 90% at once and it made me interested in sql aswell

  • @user-cc3cj2kl2b
    @user-cc3cj2kl2b 10 місяців тому +2

    very helpful session🤩🤩loved that cleared all the concepts😇thanksssss...

  • @buzzvlogs8003
    @buzzvlogs8003 Рік тому +3

    Wow, your content is so easy and useful, thanks a lot man, Thank you 🤩

  • @gupta07ayush
    @gupta07ayush Рік тому +5

    Assignment 1:
    Order of execution in SQL is
    SELECT, FROM ,WHERE, GROUP BY, HAVING, ORDER BY, LIMIT

    • @sarthakjaiswal4724
      @sarthakjaiswal4724 Рік тому +3

      In SQL, the order of execution for a typical query follows these steps:
      1. FROM: The query retrieves data from the specified tables or views.
      2. WHERE: Conditions are applied to filter the rows based on specified criteria.
      3. GROUP BY: The result set is grouped into subsets based on the specified columns.
      4. HAVING: Conditions are applied to filter the groups based on specified criteria.
      5. SELECT: The columns to be included in the result set are selected.
      6. ORDER BY: The result set is sorted based on the specified column(s).
      7. LIMIT: The number of rows in the result set is limited.

    • @adityashekharsingh2669
      @adityashekharsingh2669 Рік тому

      @@sarthakjaiswal4724 exactly brooo everyone here in the comment section is just commenting the order same as in question but order by pehle ayega ki select ?

    • @sanyarastogi9205
      @sanyarastogi9205 Рік тому

      @@adityashekharsingh2669 select will come before order by

    • @adityashekharsingh2669
      @adityashekharsingh2669 Рік тому

      @@sanyarastogi9205 yup

  • @mohammedfarhankhan7228
    @mohammedfarhankhan7228 9 місяців тому +1

    So comprehensive even for Dummies to learn SQL. Thank you Brother!😄

  • @meghamisra5622
    @meghamisra5622 Рік тому +1

    Awesome video..any layman can understand the SQL the way you are explaining. Thank you so much for this video!!

  • @rohitgirase6020
    @rohitgirase6020 Рік тому +3

    Thanks for this informative session mate.. Really appreciate it.. 🙏👍

  • @sameerpathan7617
    @sameerpathan7617 Рік тому +3

    First of all Thank you Rishabh Sir,
    you are giving free content on youtube its helpfull for me .when i watched your videos my confidence build too much.lots of love ❤❤❤❤❤❤

  • @dnyaneshwarpawar6498
    @dnyaneshwarpawar6498 Рік тому +2

    Very good explanation and simple language

  • @sakiblakhani5262
    @sakiblakhani5262 Рік тому +2

    HOW CAN SOMEONE BE SUCH AN AMAZING CREATOR IN THE ERA WHERE EVERYONE IS BEHIND SELLING THEIR COURSES??

  • @04_itsanskaragarwal73
    @04_itsanskaragarwal73 11 місяців тому +3

    Bhaiya ek solid sql project wala video mil jaaye toh maza aa jayega 🙂

  • @aditinath155
    @aditinath155 Рік тому +3

    Assignment 1
    SEQUENCE -1)SELECT
    2)FROM
    3)WHERE (It comes with Select)
    4)GROUP BY
    5)HAVING- (It comes with Group by and always placed after the GROUP BY clause)
    6)OREDER BY
    7)LIMIT

    • @RishabhMishraOfficial
      @RishabhMishraOfficial  Рік тому +1

      Sorry it's incorrect, pls check sql interview questions playlist for correct answer n detailed explanation

    • @ajaybhadauria5821
      @ajaybhadauria5821 Рік тому

      I think it's correct

  • @AbishekLife2.O
    @AbishekLife2.O 7 місяців тому +1

    just following your Business analyst roadmap. Now After Excel i am hear to learn SQL 🔥

  • @hatfieldlondon
    @hatfieldlondon 3 місяці тому +1

    Thankyou Rishabh , You have explained SQL in the easiest way possible. 5 /5 Rating for this tutor.

  • @shyampallod14
    @shyampallod14 Рік тому +4

    Thank you bro, for putting in so much of efforts and making SQL topic easy... this is only time was I was able to completely understand all SQL pointers mentioned. God Bless you bhai :)
    👏🙌

    • @zakkiullah5674
      @zakkiullah5674 Рік тому

      hey, have you completed sql ? how much time does it took ?

  • @beastslayer3912
    @beastslayer3912 Рік тому +3

    1:05:11 assignment 1 ,the correct sequence is select, from , where , group by, having, order by , limit

    • @sarthakjaiswal4724
      @sarthakjaiswal4724 Рік тому +1

      In SQL, the order of execution for a typical query follows these steps:
      1. FROM: The query retrieves data from the specified tables or views.
      2. WHERE: Conditions are applied to filter the rows based on specified criteria.
      3. GROUP BY: The result set is grouped into subsets based on the specified columns.
      4. HAVING: Conditions are applied to filter the groups based on specified criteria.
      5. SELECT: The columns to be included in the result set are selected.
      6. ORDER BY: The result set is sorted based on the specified column(s).
      7. LIMIT: The number of rows in the result set is limited.

  • @wifi_learning
    @wifi_learning Місяць тому +1

    How to Clone an SQL Table: Step-by-Step Guide
    Welcome to our SQL tutorial series! In this video, we’ll walk you through the process of cloning an SQL table. Whether you need to copy a table's structure, data, or both, we’ve got you covered with detailed instructions for MySQL, PostgreSQL, and SQL Server.
    #AnalyticsBattle #ExcelVsPowerBI#SQL #DatabaseManagement #WiFiLearning #TechSkills #DataManagement#DataAnalysis #TechSkills #WiFiLearning #CareerGrowth #DataAnalytics#DataDistribution #WiFilearning #KnowledgeSharing #DigitalTransformation#DataScience #DataAnalysis #CareerPaths #WiFiLearning #TechEducation#Polymorphism #JavaSkills #OOP #WiFiLearning #TechAdvantage#DAX #DataAnalytics #WiFiLearning #TechSkills #ExcelTips#CareerBoost#WiFiLearning #ExcelMastery #ProductivityBoost #DataAnalytics #WiFiLearning
    👇👇
    ua-cam.com/users/shortstr2Zvp8-qto?feature=shared
    📧 Stay Connected:
    • www.wifilearning.com • info@wifilearning.com •
    Facebook - facebook.com/wifilearning0 •
    Instagram - instagram.com/wifi_learning/ •
    Linkedin - www.linkedin.com/company/7956803/admin/feed/posts/
    Thank you for watching, and happy learning!

  • @siddhikasharma9676
    @siddhikasharma9676 2 місяці тому

    You are a good teacher .You taught SQL in the easiest way. I am from non tech background but i learnt very well from your video . Thank you so much sir😊🙏

  • @anilyadav-rt4sr
    @anilyadav-rt4sr 9 місяців тому +4

    Please help me to get data from one SQL server view to another SQL server and data will update automatically

    • @Mindless_af
      @Mindless_af 2 місяці тому +2

      Server’s are not connected ! So you can only see those data which is in server that you are operating ! If a server can be accessible by another server then it’s a security bug which call ! Business logic and error or cross site scripting (xxs) !

  • @Filangee1234
    @Filangee1234 Рік тому +3

    Rishabh Sir, you are awesome. You make learning sth difficult so easy! I'm learning SQL for the first time and before coming across your video I was very apprehensive about the topic! Thank you for enriching us learners by sharing knowledge in such an honest way :)

  • @vedanshujani4374
    @vedanshujani4374 Місяць тому +1

    Order of execution in SQL is SELECT, FROM , WHERE, LIMIT, GROUP BY , HAVING , ORDER BY

  • @faizansaifi2177
    @faizansaifi2177 8 місяців тому +2

    finally completed with exercise thanks sir for your valuable content.

  • @jatinkansal1212
    @jatinkansal1212 Рік тому +3

    Sir is this SQL course enough for data analyst role?plz reply

    • @RishabhMishraOfficial
      @RishabhMishraOfficial  Рік тому +1

      Yess absolutely 💯 after this course just practice sql interview questions

  • @shivbagupta7888
    @shivbagupta7888 6 місяців тому +3

    FROM, WHERE , GROUP BY , SELECT , HAVING , ORDER BY , LIMIT