BeginnersBook

  • Home
  • Java
    • Java OOPs
    • Java Collections
    • Java Examples
  • C
    • C Examples
  • C++
    • C++ Examples
  • DBMS
  • Computer Network
  • Python
    • Python Examples
  • More…
    • jQuery
    • Kotlin
    • WordPress
    • SEO
    • JSON
    • JSP
    • JSTL
    • Servlet
    • MongoDB
    • XML
    • Perl

SQL tutorial for beginners with examples

SQL stands for Structured Query Language. It is used for fetching, storing and modifying the data in relational database. Below are the tutorial links, start learning SQL in the given order. Happy learning!!

Database Statements

  • CREATE database statement
  • DROP database statement
  • SELECT database statement

Table Statements

  • CREATE table statement
  • DROP table statement

Query

  • SELECT Query
  • UPDATE Query
  • DELETE Query

Keyword/clause

  • WHERE clause
  • ORDER BY clause
  • DISTINCT keyword
  • LIKE Clause
  • GROUP BY clause

Constraints

  • NOT NULL Constraint
  • DEFAULT Constraint
  • UNIQUE Constraint

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Copyright © 2012 – 2025 BeginnersBook . Privacy Policy . Sitemap