Java Topics

Saturday, February 26, 2022

Oracle SQL

✓SQL means structured query language.

✓ Basically we can say SQL is a language which is used to interact with database.

✓With help of SQL queries we can able to perform read, insert,update and delete operations in the database tables and data.

✓ SQL is case insensitive language.

For more details about each topics, Click on each link below.

  1. SQL Statements:
  2. Operators & OrderByClause
  3. Functions & Aliases
  4. Like Operator & Wildcards
  5. Joins
  6. Keys In DBMS