Hi Guest

MobileUser

1 HomePage 1 Jobs 1 WalkIn 1Articles  

Node.JS Books
Special Offer
Laptop Lenovo
GATE Exam

Cat Exam
Start a Blog
Develop Your Skill

Develop Your Skill

SQL Books

Develop Your Skill

 :) Latest Topic
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
 leftlink
 :) Topic of Day
 
 :) Hot Jobs
 :)
 :) Most Searchable
 


 :) Quiz System
Computer Quiz
Science Quiz
Banking Quiz
Sports Quiz
GK Quiz


  

 
Create table with GUID which work as primary key in SQL? View:-1023
Question Posted on 25 Oct 2025

Create table with GUID which work as primary key in SQL?
Below is the query to create a GUID like "62sd6d....
ADS Posted In : DataBase | SQL Query



Write SQL query to find all trigger in current database? View:-1595
Question Posted on 16 Sep 2025

Write SQL query to find all trigger in current database?
Below is the query to find all the trigger creat....
ADS Posted In : DataBase | SQL Query


How to run a query in some time gap in SQL Server? View:-1663
Question Posted on 06 Sep 2025

How to run a query in some time gap in SQL Server?
Below is the loop used to check the timeslice for ever....
ADS Posted In : DataBase | SQL Query


Select ID and other column on Base of Max date and group by column in SQL? View:-2537
Question Posted on 21 May 2025

Select ID and other column on Base of Max date and group by column in SQL?
Below query will help to you t....
ADS Posted In : DataBase | SQL Query


How to create a empty table with the same structure as of another table? View:-3797
Question Posted on 17 May 2025

How to create a empty table with the same structure as of another table?
To create empty tables with same....
ADS Posted In : DataBase | SQL Query


Can we use Like statment with XML datatype in SQL Query? View:-3372
Question Posted on 04 Apr 2025

Can we use Like statment with XML datatype in SQL Query?
Yes we can use that but for that you need to fir....
ADS Posted In : DataBase | SQL Query


Write a query to find all Trigger in DB with the Code of Trigger in SQL? View:-3742
Question Posted on 19 Mar 2025

Write a query to find all Trigger in DB with the Code of Trigger in SQL?
Well below is the code for SQL Q....
ADS Posted In : DataBase | SQL Query


Getting list of all tables with each fields in that table in a SQL Database? View:-4663
Question Posted on 20 Nov 2024

Getting list of all tables with each fields in that table in a SQL Database?
Below is the query to get li....
ADS Posted In : DataBase | SQL Query


Add constraint to make column unique per group of rows in SQL? View:-6123
Question Posted on 20 Nov 2024

Add constraint to make column unique per group of rows in SQL?
Below are the two example to apply constra....
ADS Posted In : DataBase | SQL Query


Use of search statement in SQL Server to apply on XML Datatype? View:-4575
Question Posted on 17 Nov 2024

Use of search statement in SQL Server to apply on XML Datatype?
Below is the like statement to get the fi....
ADS Posted In : DataBase | SQL Query


How can we check stored procedure is scheduled to run on some time? View:-5684
Question Posted on 13 Nov 2024

How can we check stored procedure is scheduled to run on some time?
Below is the query which helps you to....
ADS Posted In : DataBase | SQL Query


Prefix zero before any string to Pad a string with leading zero in SQL? View:-4923
Question Posted on 10 Sep 2024

Prefix zero before any string to Pad a string with leading zero in SQL?
There are certain condition when ....
ADS Posted In : DataBase | SQL Query


How to get the name of the store procedure in stor procedure that you are using in SQL? View:-4993
Question Posted on 05 Sep 2024

How to get the name of the store procedure in stor procedure that you are using in SQL?
Below is the code....
ADS Posted In : DataBase | SQL Query


Combined multiple row into one row by separate by column and use of join to get value? View:-5061
Question Posted on 04 Sep 2024

Combined multiple row into one row by separate by column and use of join to get value?
Below is the query....
ADS Posted In : DataBase | SQL Query


What is sequence in SQL Server and its uses? View:-6009
Question Posted on 29 Aug 2024

What is sequence in SQL Server and its uses?
When we say about the sequence in SQL, it is a user defined ....
ADS Posted In : DataBase | SQL Query


Insert XMLNode in column on Sql Table which have the xml datatype field? View:-5133
Question Posted on 14 Aug 2024

Insert XMLNode in column on Sql Table which have the xml datatype field?
Below is the example which helps....
ADS Posted In : DataBase | SQL Query


Add default value to any column when creating or alter table in SQL Server? View:-5156
Question Posted on 28 Jun 2024

Add default value to any column when creating or alter table in SQL Server?
Below is the two command one ....
ADS Posted In : DataBase | SQL Query


Create SQL Logs and record every exception in SQL table? View:-5025
Question Posted on 13 Jun 2024

Create SQL Logs and record every exception in SQL table?
We can handle every SQL Server query and Logs by....
ADS Posted In : DataBase | SQL Query


Handling errors by use of TRY and CATCH in SQL? View:-6096
Question Posted on 20 Mar 2024

Handling errors by use of TRY and CATCH in SQL?
Below is the syntax to use of TRY and CATCH block. In bel....
ADS Posted In : DataBase | SQL Query


MS SQL locking for update by use of sp_getapplock? View:-5300
Question Posted on 15 Mar 2024

MS SQL locking for update by use of sp getapplock?
We can use sp_getapplock to avoid deadlock or to avoid....
ADS Posted In : DataBase | SQL Query


Update records in SQL table by using rowlock in MSSQL Server? View:-5712
Question Posted on 15 Mar 2024

Update records in SQL table by using rowlock in MSSQL Server?
Well to stop concurrency you can use a MSSQ....
ADS Posted In : DataBase | SQL Query


How to obtain list of all schemas in SQL Server Database? View:-6220
Question Posted on 10 Mar 2024

How to obtain list of all schemas in SQL Server Database?
To retrieve a list of all schemas in the given ....
ADS Posted In : DataBase | SQL Query


Function example which will returns the first non null expression from more then one column in SQL Query View:-10031
Question Posted on 27 Jan 2024

Function example which will returns the first non null expression from more then one column in SQL Query
....
ADS Posted In : DataBase | SQL Query


Count Number of time a character occur in SQL Query? View:-6594
Question Posted on 31 Jul 2023

Count Number of time a character occur in SQL Query?
To count the number of time a character occur in SQL....
ADS Posted In : DataBase | SQL Query


Use of keyword DISTINCT and TOP in one sql query? View:-6017
Question Posted on 25 May 2023

Use of keyword DISTINCT and TOP in one sql query?
We can use DISTINCT and TOP keyword in SQL Query and ....
ADS Posted In : DataBase | SQL Query


What do you mean by SQL Latch Contention and how we can avoid this? View:-6567
Question Posted on 21 Apr 2023

What do you mean by SQL Latch Contention and how we can avoid this?
When we say about SQL Latch Contentio....
ADS Posted In : DataBase | SQL Query


Query to fetch every alternate records from a table in SQL? View:-6696
Question Posted on 18 Apr 2023

Query to fetch every alternate records from a table in SQL?
We can fetch every alternate records and we c....
ADS Posted In : DataBase | SQL Query


Query to get values from XML field in SQL Server? View:-6230
Question Posted on 08 Mar 2023

Query to get values from XML field in SQL Server?
Below is the query to get values from XML field in SQL ....
ADS Posted In : DataBase | SQL Query


Different method to convert string to date explicitly? View:-7195
Question Posted on 22 Aug 2022

Different method to convert string to date explicitly?
When we sayabout the explicit conversion which is ....
ADS Posted In : DataBase | SQL Query


Number of row comparison operator used while doing with a subquery? View:-7113
Question Posted on 05 Aug 2022

Number of row comparison operator used while doing with a subquery?
There are mainly three row comparison....
ADS Posted In : DataBase | SQL Query


Write dynamic Query to accept dynamic variable and dynamic column in SQL? View:-6919
Question Posted on 17 Jul 2022

Write dynamic Query to accept dynamic variable and dynamic column in SQL?
Below are the two example to wr....
ADS Posted In : DataBase | SQL Query


1 2 3 4 5 6 7 8
 
  
 :) Categoriese
 :) Most Visited Questions