Create Gmail Account:- Gmail account is very essential, especially for students. We need a google acc...
Wednesday, April 29, 2020
Saturday, April 25, 2020
SQL Distinct Clause
Daljit Singh
April 25, 2020
SQL Distinct Clause The SQL DISTINCT clause is used to remove duplicates from the result set. If we need only distinct columns ...
Wednesday, April 22, 2020
Top Clause in SQL
Daljit Singh
April 22, 2020
The TOP clause The TOP clause is used to limit the number of rows returned by the query. For example, you can either use the TOP...
Tuesday, April 21, 2020
Subquery in SQL
Daljit Singh
April 21, 2020
Subquery in SQL A subquery is a query that is nested inside a SELECT , INSERT, UPDATE, or DELETE statement, or inside another subqu...
Sunday, April 19, 2020
SQL Server OFFSET FETCH
Daljit Singh
April 19, 2020
The OFFSET and FETCH both are used with the ORDER BY clause. They help to reduce the number of rows to be returned by an applied...
How to use Order By Clause
Daljit Singh
April 19, 2020
Order By Clause in SQL Server This Order By Clause tutorial guides you to how we can use order by clause in the SQL server. ORDER B...