What is PL/SQL? PL/SQL is an advance version of SQL. PL/SQL stands for procedural(পদ্ধতিগত)language...
Author - shohal
What is equi-join, non equi-join, outer join, self join...
This is a short summery of equi-join, non equi-join, outer join, self join, Cartesian-Products .
Difference between variable and constant?
Well, This is a short summery of Variable and constant ,I just Written.
SQL Constraints
What is Constraints ? Constraints is a rule and regulation for entering any data in a table. Every...
What is Oracle / PLSQL Joins?
Well, This is a short summery of Oracle/PLSQL Joins ,I just Written.
Stored procedures
Stored procedures A stored procedure is a prepared SQL code that you can save , so the code can be...
What is a subquery in Oracle?
Well, This is a short summery of Subquery in Oracle,I just Written.
What is PL/SQL?
PL/SQL PL/SQL stands for procedural language-structured query language. It is a significant member...
How to Comment PL/SQL Code?
Comment /*This is multiple Comment. Thanks */ –This is Single comment. Comment Code Example :...
TRY_CONVERT function in SQL Server 2012
TRY_CONVERT function Introduced in SQL Server 2012 Converts a value to the specified data type...