How to use single , double and triple equalto (=,==,===)?

=  is  used to assign value from one value to another. == (Equality)  is used to…

what is order by vs group by in sql server ?

Both order by and group by are used to organize data according to user needs. ORDER…

What is microsoft .net assembly?

Microsoft .net assembly ->Microsoft .net assembly is a logical unit of code. ->It contains code which…

How to format mysql date in php?

We always face problem while saving and displaying the date field, so must need to know…

How to set css opacity in internet explorer ?

                             For the…

LOCAL AND GLOBAL TEMP TABLE

WHAT IS DIFFERENCE BETWEEN LOCAL AND GLOBAL TEMP TABLE? LOCAL TEMP TABLE Local temp table visible…

What is an Object in OOPS?

Object is the base of object oriented programming concept. Object is an instance of class in…

WHAT IS A TRIGGER

WHAT IS A TRIGGER Trigger is used for firing a any action when SQL operations like…