SQL Tutorial

Operator in Transact SQL

Operator in Transact SQL

Where clause must have one condition statement in Select statement. To restrict depending upon condition minimum requirement is an operator in transact SQL. Comparison Operators: These operator are used for comparison the two value in SQL statement. Relation Operator Logical Operator Arithmetic Operator Please read the previous postIntroduction to Structured Query Language (SQL)Object-Relational DatabaseSELECT Statement …

Operator in Transact SQL Read More »

Group By Clause

Group By Clause

Group by clause is a clause of select statement responsible to logically segregate the table data in different blocks. This clause is only meant for multirow function. In this topic, we will discuss one of the major clauses in SQL that is the group by clause in DQL(Data Query Language). Please read the previous postIntroduction …

Group By Clause Read More »