Comment /*This is multiple Comment. Thanks */ –This is Single comment. Comment Code Example :...
Author - shohal
TRY_CONVERT function in SQL Server 2012
TRY_CONVERT function Introduced in SQL Server 2012 Converts a value to the specified data type...
Germany
About Germany: Full name : Federal Republic of Germany (Copyright From Wikipedia Germany ) Germany...
Writing Executable Statements
Well, This is a short summery of Executable Statements ,I just Written.
Views in SQL server
Views in SQL server A view is nothing more then saved an SQL query. a view also be consider as a...
What is the goto statement in Plsql?
Goto Statement In PL/SQL, GOTO statement makes you able to get an unconditional jump from the GOTO...
UK
Top institutions in the UK UK...
What is a case statement in PL/SQL?
case statement in PL/SQL A CASE statement is similar to IF-THEN-ELSIF statement. That selects one...
What is the package in Oracle PL/SQL?
Package In PL/SQL, a package is a schema object. A package includes procedures, functions. That...
Difference between union and union all?
Union and Union all The only difference between Union and Union All is that Union removes duplicate...
