Mysql

Free

10 students enrolled

  • DAY 1  0/2

    • 1
      Mysql – intro
      Introduction: MySQL is the most popular Open Source Relational SQL database management system. MySQL is one of the best RDBMS being used for developing web-based software applications that helps us
    • 2
      Mysql – command
      INESERT INTO TABLE INSERT command is used to insert data into MySQL database Output: SELECT SELECT command is used to fetch data from MySQL database UPDATE UPDATE 
  • DAY 2  0/1

    • 1
      Mysql – operation
      DELETE/ DROP /TURNCATE The DELETE Statement is used to delete rows from a table. The SQL TRUNCATE command is used to delete all the rows from the table and free the space containing the table.
  • DAY 3  0/1

    • 1
      Mysql – conditions
      MySQL IN Condition The MySQL IN condition is used to reduce the use of multiple OR conditions in a SELECT, INSERT, UPDATE and DELETE statement. Syntax: expression IN (value1, value2, .... 

Leave a Reply