Thequickblog
Thequickblog
  • 34
  • 133 785
MySQL 21: SQL triggers || triggers on delete.
SQL triggers are special kinds of stored procedures in a database that automatically invokes whenever a specific event occurs. In this tutorial, we will learn about the triggers that perform some definite operation when a delete operation is performed.
MySQL tutorial basic to advance.
th-cam.com/play/PLXJazT4YpAH_PoCoLAbHWu111mn4L6Az7.html
มุมมอง: 17

วีดีโอ

MySQL 20: SQL triggers || triggers on update.
มุมมอง 3114 วันที่ผ่านมา
SQL triggers are special kinds of stored procedures in a database that automatically invokes whenever a specific event occurs. In this tutorial we will learn about the triggers that perform some definite operation when update operation is performed. MySQL tutorial basic to advance. th-cam.com/play/PLXJazT4YpAH_PoCoLAbHWu111mn4L6Az7.html
MySQL 19: SQL triggers || triggers on insert.
มุมมอง 3214 วันที่ผ่านมา
SQL triggers are special kinds of stored procedures in a database that automatically invokes whenever a specific event occurs. In this tutorial we will learn about the triggers that perform some definite operation when insert operation is performed. MySQL tutorial basic to advance. th-cam.com/play/PLXJazT4YpAH_PoCoLAbHWu111mn4L6Az7.html
MySQL 18: SQL string function - Part II
มุมมอง 4221 วันที่ผ่านมา
This is the second part of String functions. In the last video, we learned 12 different string functions and in this video, we will learn about the important SQL string functions. String functions allow users to manipulate string data in various ways and include tasks like formatting text, extracting substrings, and searching for specific patterns within a string. If you want to ace your SQL sk...
MySQL 17: SQL string function - Part I
มุมมอง 2621 วันที่ผ่านมา
This is the first part of String functions. In this video, we will learn about the important SQL string functions. String functions allow users to manipulate string data in various ways and include tasks like formatting text, extracting substrings, and searching for specific patterns within a string. If you want to ace your SQL skill knowing about string manipulation is important. MySQL tutoria...
MySQL 16: Views (Virtual table) in SQL.
มุมมอง 33หลายเดือนก่อน
This video is part of the SQL series (MySQL tutorial basic to advance) and we will learn how to create views in MySQL, its use cases, and types in detail. If you want to learn SQL from scratch, below is the link to the playlist. th-cam.com/play/PLXJazT4YpAH_PoCoLAbHWu111mn4L6Az7.html If you have any feedback please add it into the comment section. Subscribe to us for more useful content.
MySQL 15: CASE statement in SQL.
มุมมอง 47หลายเดือนก่อน
This video is part of the MySQL tutorial basic to advanced series. In this tutorial, we will learn about how to use the case statement in SQL and its applications. If you are new to SQL we suggest you watch our previous videos starting from installation (MySQL 01). MySQL tutorial basic to advance playlist: th-cam.com/play/PLXJazT4YpAH_PoCoLAbHWu111mn4L6Az7.html&si=d7BFKZh9hTe2dnCP #sql #databas...
MySQL 14: All & Any operator.
มุมมอง 27หลายเดือนก่อน
All and Any operators are some of the most powerful operators in MySQL to compare a value with the result of the subquery. In this query, we are going to learn how to use the All and Any operation. Queries used in this tutorial are available in below GitHub link below. Please provide your feedback in the comment section. Github link: github.com/thequickblog/mysql_tutorial/tree/main MySQL tutori...
MySQL 13: SQL WHERE EXISTS Operator.
มุมมอง 22หลายเดือนก่อน
This video is part of the MySQL tutorial basic to advanced series. In this tutorial, we will learn about how to use the where exists clause in SQL to verify certain values' existence in another table/subquery. If you are new to the SQL we would suggest you to watch our previous videos starting from installation (MySQL 01). MySQL tutorial basic to advance playlist: th-cam.com/play/PLXJazT4YpAH_P...
MySQL 12 : Pattern matching using wildcards in SQL || MySQL wildcards ( %,_ etc. )
มุมมอง 442 หลายเดือนก่อน
This video is part of the MySQL tutorial basic to advanced series. In this tutorial, we will learn about how to match a pattern in SQL using wildcards.
MySQL 11 : SQL Joins || Inner Join, Left Join , Right Join and Cross Join concept in detail.
มุมมอง 772 หลายเดือนก่อน
This tutorial is part of MySQL tutorial basic to advance playlist. In this tutorial, we will learn SQL concepts in detail with examples for all types of join. MySQL tutorial basic to advance playlist: th-cam.com/play/PLXJazT4YpAH_PoCoLAbHWu111mn4L6Az7.html&si=0IFbriJoPPHmgeUP #mysql #sql #join
MySQL 10 : Set Operations || Union, Union All, Intersection, Except/Minus
มุมมอง 593 หลายเดือนก่อน
In this tutorial we will learn how to perform set operations in MySQL using MySQL workbench. We will see how Union, Union All, Intersection and Except work in Mysql and their differences. If you are new to the SQL we would suggest you to watch our previous videos starting from installation (MySQL 01). MySQL tutorial basic to advance playlist: th-cam.com/play/PLXJazT4YpAH_PoCoLAbHWu111mn4L6Az7.h...
MySQL 09: PRIMARY and FOREIGN key constrains in MYSQL.
มุมมอง 513 หลายเดือนก่อน
In this tutorial, we will do some hands-on on the primary and secondary key constraints using MySQL. This is a part of the MySQL basic to advanced tutorial series. If you are a beginner we recommend you watch the whole playlist from the initial video. MySQL tutorial basic to advance playlist: th-cam.com/play/PLXJazT4YpAH_PoCoLAbHWu111mn4L6Az7.html&si=CrWwjLq_VTP_JBpB MySQL 01: How to install My...
MySQL 08: Group By and Having clause in MySQL.
มุมมอง 564 หลายเดือนก่อน
This video is part of the MySQL basic to advance tutorial series. In the previous video, we covered SQL aggregate functions; in this tutorial, we will cover Group by and having clauses. MySQL tutorial basic to advance playlist: th-cam.com/play/PLXJazT4YpAH_PoCoLAbHWu111mn4L6Az7.html&si=CrWwjLq_VTP_JBpB MySQL 01: How to install MySQL and MySQL workbench on windows : th-cam.com/video/VVousY-efLU/...
MySQL 07: SQL Aggregate functions || Count, Avg, Sum.
มุมมอง 384 หลายเดือนก่อน
This video is part of the SQL basic to series. In the previous video, we covered two aggregate functions Min() and Max(). In this video, we are going to cover the remaining aggregate functions Count, Avg, Sum. MySQL tutorial basic to advance playlist: th-cam.com/play/PLXJazT4YpAH_PoCoLAbHWu111mn4L6Az7.html&si=CrWwjLq_VTP_JBpB MySQL 01: How to install MySQL and MySQL workbench on windows : th-ca...
MySQL 06 : Limit, Min and Max in SQL || MySQL
มุมมอง 334 หลายเดือนก่อน
MySQL 06 : Limit, Min and Max in SQL || MySQL
How to reset MySQL password || Current password is not required.
มุมมอง 735 หลายเดือนก่อน
How to reset MySQL password || Current password is not required.
How to change Date and Time using command prompt [CMD].
มุมมอง 2655 หลายเดือนก่อน
How to change Date and Time using command prompt [CMD].
How to reset windows password using command prompt || 1 min fix.
มุมมอง 1136 หลายเดือนก่อน
How to reset windows password using command prompt || 1 min fix.
pip is not recognized as an internal or external command || Python pip error fix
มุมมอง 2773 ปีที่แล้ว
pip is not recognized as an internal or external command || Python pip error fix
[FIX] Jupyter-lab is not recognized as an internal or external command.
มุมมอง 2.9K3 ปีที่แล้ว
[FIX] Jupyter-lab is not recognized as an internal or external command.
How to reset ubuntu password in virtualbox || 2 min fix
มุมมอง 92K3 ปีที่แล้ว
How to reset ubuntu password in virtualbox || 2 min fix
MySQL 05 : Update and Delete Data From Table in SQL || MySQL
มุมมอง 2853 ปีที่แล้ว
MySQL 05 : Update and Delete Data From Table in SQL || MySQL
MySQL 04: SELECT statement and WHERE clause in SQL.
มุมมอง 3713 ปีที่แล้ว
MySQL 04: SELECT statement and WHERE clause in SQL.
MySQL 03 : Create new table and insert data into table.
มุมมอง 2.6K3 ปีที่แล้ว
MySQL 03 : Create new table and insert data into table.
How to Record and Run macros in Notepad++ || Notepad++ Tricks.
มุมมอง 6K3 ปีที่แล้ว
How to Record and Run macros in Notepad || Notepad Tricks.
MySQL 02 : Create and drop database/schema
มุมมอง 9533 ปีที่แล้ว
MySQL 02 : Create and drop database/schema
MySQL 01 : How to install MySQL and MySQL workbench on windows.
มุมมอง 1.2K3 ปีที่แล้ว
MySQL 01 : How to install MySQL and MySQL workbench on windows.
How to install Ubuntu on VirturalBox.
มุมมอง 2453 ปีที่แล้ว
How to install Ubuntu on VirturalBox.
How to install Virtual Box in windows.
มุมมอง 1243 ปีที่แล้ว
How to install Virtual Box in windows.

ความคิดเห็น

  • @raidalvaro5325
    @raidalvaro5325 3 วันที่ผ่านมา

    Work thx

    • @thequickblog
      @thequickblog 3 วันที่ผ่านมา

      Glad it worked for you :)

  • @green_letsplay
    @green_letsplay 7 วันที่ผ่านมา

    It helped me! Thanks!!!

  • @nischaldahal3180
    @nischaldahal3180 25 วันที่ผ่านมา

    greatt🥳🥳

  • @dhakalsuman07
    @dhakalsuman07 หลายเดือนก่อน

    Informative video. 💯

  • @SigdelSanjog
    @SigdelSanjog หลายเดือนก่อน

    Informative. Will be helpful for my lab work

    • @thequickblog
      @thequickblog หลายเดือนก่อน

      Glad you found it useful! Hope it helps with your lab work. Let us know if you have any feedback or suggestions for future content. 🙂

  • @DhakalAasbin
    @DhakalAasbin หลายเดือนก่อน

    thank you so much. You have detailed videos 😊

  • @syedamahrukh-vg1zp
    @syedamahrukh-vg1zp 2 หลายเดือนก่อน

    box not appear after pressing shift key

  • @sumandhakal1314
    @sumandhakal1314 2 หลายเดือนก่อน

    Thank you, please make a video on stored procedure and function as well🙏

  • @nischaldahal3180
    @nischaldahal3180 2 หลายเดือนก่อน

    short and informative ❤

  • @checkingout5420
    @checkingout5420 2 หลายเดือนก่อน

    Informative video on wildcards. Please upload about partitions as well.

  • @gremath3461
    @gremath3461 2 หลายเดือนก่อน

  • @gremath3461
    @gremath3461 2 หลายเดือนก่อน

    Keep making videos.

  • @gremath3461
    @gremath3461 2 หลายเดือนก่อน

    Nice video

  • @mathurakafle2165
    @mathurakafle2165 2 หลายเดือนก่อน

    very helpful😀

  • @birmay.m5237
    @birmay.m5237 3 หลายเดือนก่อน

    Worked for me. thank you

  • @data_dev-sg3jv
    @data_dev-sg3jv 3 หลายเดือนก่อน

    Very helpful video. Can we get a query used in videos ?

  • @nishandahal5459
    @nishandahal5459 3 หลายเดือนก่อน

    wow

  • @gremath3461
    @gremath3461 3 หลายเดือนก่อน

    Thank you for this video.

  • @gremath3461
    @gremath3461 3 หลายเดือนก่อน

    Thank you so much for this video.

  • @gremath3461
    @gremath3461 3 หลายเดือนก่อน

    Great video.

  • @gremath3461
    @gremath3461 3 หลายเดือนก่อน

    informative video.

  • @nischaldahal3180
    @nischaldahal3180 3 หลายเดือนก่อน

    great video ❤

    • @gremath3461
      @gremath3461 3 หลายเดือนก่อน

      great video re

  • @QuickAI-sc1sm
    @QuickAI-sc1sm 4 หลายเดือนก่อน

    Worked for me. Thank you for quick and to the point video.

  • @nischaldahal3180
    @nischaldahal3180 4 หลายเดือนก่อน

    great video

  • @SUMANDHAKAL-gd4qt
    @SUMANDHAKAL-gd4qt 4 หลายเดือนก่อน

    Nice video. looking for complete playlist on MySQL.

  • @data_dev-sg3jv
    @data_dev-sg3jv 4 หลายเดือนก่อน

    Watched entire playlist Informative and to the point so far.

  • @gremath3461
    @gremath3461 4 หลายเดือนก่อน

  • @nischaldahal3180
    @nischaldahal3180 4 หลายเดือนก่อน

    Great👍🏻

  • @utsavdahal-k6l
    @utsavdahal-k6l 5 หลายเดือนก่อน

    Nice

  • @nischaldahal3180
    @nischaldahal3180 5 หลายเดือนก่อน

    great video 👏👏

  • @PRIYA-sl1yp
    @PRIYA-sl1yp 5 หลายเดือนก่อน

    Thanks a lot for this video..🎉

  • @akroshtiwari3426
    @akroshtiwari3426 5 หลายเดือนก่อน

    Thank you, works perfectly.

  • @nischaldahal3180
    @nischaldahal3180 5 หลายเดือนก่อน

    This was fantastic! Really well-presented and informative

  • @SigdelSanjog
    @SigdelSanjog 5 หลายเดือนก่อน

    Thank you for this helpful tip

  • @SigdelSanjog
    @SigdelSanjog 5 หลายเดือนก่อน

    Great tips. Thank you for uploading.

  • @timelapsefromnepal
    @timelapsefromnepal 6 หลายเดือนก่อน

    Worked for me. 🙏

  • @nishandahal5459
    @nishandahal5459 6 หลายเดือนก่อน

    great vdo

    • @thequickblog
      @thequickblog 6 หลายเดือนก่อน

      Thank you 😊

  • @nischaldahal3180
    @nischaldahal3180 6 หลายเดือนก่อน

    It worked ❤️thanks

    • @thequickblog
      @thequickblog 6 หลายเดือนก่อน

      Thank you 😊

  • @nickstruk562
    @nickstruk562 7 หลายเดือนก่อน

    Rapid and accurate answer! Good job!

    • @thequickblog
      @thequickblog 7 หลายเดือนก่อน

      Thank you ❣️

  • @-n-6969
    @-n-6969 8 หลายเดือนก่อน

    thanks you man!

  • @tulgaa1114
    @tulgaa1114 9 หลายเดือนก่อน

    root password? idk

  • @rimaadnanen9615
    @rimaadnanen9615 9 หลายเดือนก่อน

    Thank uu so much you saved me !

  • @rakeshpavanramanujam9534
    @rakeshpavanramanujam9534 10 หลายเดือนก่อน

    Perfect and Great work broo...

  • @siddharthbharadwajkv6670
    @siddharthbharadwajkv6670 11 หลายเดือนก่อน

    thanks man ❤❤

  • @DrSimplePC
    @DrSimplePC 11 หลายเดือนก่อน

    <3

  • @mysteriousmysky9944
    @mysteriousmysky9944 11 หลายเดือนก่อน

    Sir Whatever i type or just hit the keyboard button nothing goes typed on screen... Wht to do now..?... Even the courser is not showing and moving at this time ... Normally the curser is moving but.. At this time when I willing to edit the command or enter the command..... Nothing is working... Not curser nor a touchpad nor a mouse 😢😢😢 help me please...

    • @amalangelo9137
      @amalangelo9137 5 หลายเดือนก่อน

      it may be because the password you type is hidden from the user. pressing enter may mean this.....

  • @simcard2732
    @simcard2732 ปีที่แล้ว

    Thank You

  • @prathameshmodhale4630
    @prathameshmodhale4630 ปีที่แล้ว

    after entering "root" mode I am unable to type password , what to do

  • @quaninhphamhong7130
    @quaninhphamhong7130 ปีที่แล้ว

    thank you! i met the same issue. This video helped me!!!

  • @thegafoo
    @thegafoo ปีที่แล้ว

    root - give root password for maintenance. Video didnt work.