Skip to content
Online Education & Certification

Online Education & Certification

  • Basics of Computer
  • Microsoft Windows
  • Microsoft Office
  • Tally
  • Java
  • SQL
  • Hardware
  • Networking
  • MySQL
  • Python
  • Digital Marketing
  • C Language
  • C ++
  • Visual Basic
  • Html 5 & CSS
Online Education & Certification

Author: selva

SQL LIKE Operator

November 10, 2017 selva SQL

SQL LIKE Operator : SQL LIKE operator is used in a WHERE clause to search for a specified pattern in a column. There are two wildcards

Read more

SQL Wildcards

November 10, 2017 selva SQL

SQL Wildcards : SQL wildcards characters is used to substitute any other character(s) in a string. Wildcard characters are used with the SQL LIKE operator. The LIKE

Read more

SQL IN Operator

November 10, 2017 selva SQL

SQL IN Operator : SQL IN operator allows you to specify multiple values in a WHERE clause. The IN operator is a shorthand for multiple

Read more

SQL BETWEEN Operator

November 10, 2017 selva SQL

SQL BETWEEN Operator : SQL BETWEEN operator selects values within a given range. The values can be numbers, text, or dates. The BETWEEN operator is

Read more

SQL Aliases

November 10, 2017 selva SQL

SQL Aliases : SQL aliases are used to give a table, or a column in a table, a temporary name. Aliases are often used to

Read more

SQL Self JOIN

November 10, 2017 selva SQL

SQL Self JOIN : SQL Self JOIN is a regular join, but the table is joined with itself. Self JOIN Syntax SELECT column_name(s) FROM table1 T1, table1 T2

Read more

SQL UNION Operator

November 10, 2017 selva SQL

SQL UNION Operator : SQL UNION Operator is used to combine the result-set of two or more SELECT statements. Each SELECT statement within UNION must have

Read more

SQL GROUP BY Statement

November 10, 2017 selva SQL

SQL GROUP BY Statement : SQL GROUP BY Statement is often used with aggregate functions (COUNT, MAX, MIN, SUM, AVG) to group the result-set by one

Read more

SQL HAVING Clause

November 10, 2017 selva SQL

SQL HAVING Clause : SQL HAVING clause was added to SQL because the WHERE keyword could not be used with aggregate functions. HAVING Syntax SELECT column_name(s) FROM table_name

Read more

SQL EXISTS Operator

November 9, 2017 selva SQL

SQL EXISTS Operator : SQL EXISTS Operator is used to test for the existence of any record in a subquery. The EXISTS operator returns true if

Read more

Posts pagination

«Previous Posts 1 … 22 23 24 25 26 … 28 Next Posts»

Blog Categories

open all | close all

Answer these questions

open all | close all

Online Exams

  • ASP & XML
  • Autocad
  • C Language
  • C++
  • DTP
  • Hardware
  • HTML
  • Java
  • MS Excel
  • MS Word
  • MySql
  • Python
  • Visual Basic
  • Tally Prime
WordPress Theme: Gambit by ThemeZee.