tagicon_admin

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

List of Javascript Reserved Words

Try to avoid some List of JavaScript reserved words when coding. When we code / write a program in JavaScript or any other language sometime we need to declare variable …

LEARN HOW

jQuery Effects – Hide and Show

Hide and show are most useful effect of jQuery. In this article I will show you how you can easily hide and show elements using jQuery. jQuery Hide: <!DOCTYPE HTML> …

LEARN HOW

How to Apply HTML 5 Validation:

The <!DOCTYPE> declaration is not an HTML tag. It’s an instruction to the web browser what HTML version the page should be written in.   <!DOCTYPE html> goes at the …

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