SQL

How to Use Comparison Operators in SQL

What is Comparison Operators in SQL? Basically comparison operators are used to compare one expression with another value or expression. This operators are used in WHERE clause. Compare data must …

LEARN HOW

Oracle SQL Quote Operator

Sometimes we use single quotation mark in our sentence. This quotation mark delimiter is specified by quote operator. So quote(q) operator is used in SQL statements to show single quotation mark. Quote …

LEARN HOW

Use of Concatenation Operator in SQL

SQL

Concatenation operator is used to links or add columns or character srtings to other columns or character. Concatenation is represented by two vertical bars (||). When we use concatenatin operator, …

LEARN HOW

News About SQL Language

I am sharing some news about SQL . SQL is a database related language that is used to communicate with database. SQL stands for Structured Query Language which is the …

LEARN HOW