Interview Questions on Sql Server -Part 3
1. What are the Sql Joins? Sql Joins are the way to get data from many tables based on some […]
Interview Questions on Sql Server -Part 3 Read Post »
1. What are the Sql Joins? Sql Joins are the way to get data from many tables based on some […]
Interview Questions on Sql Server -Part 3 Read Post »
1. What is the difference between the Union and Union All? 1) Union is used to select distinct data
Interview Questions On Sql Server -Part 2 Read Post »
1. What is the Normalization? Normalization:-Normalization can be defined as the process of organization the data to reduce the redundant
Interview Questions on SQL Server -Part-1 Read Post »
Group By:- Group By clauses is used to groups rows based on the distinct values of the specified columns. The
Group by…..Having Clause Read Post »
Both Having Clause and Where clause is used to filter the data coming from the Select statement, but still there
Difference Between Having and Where Clause in Sql Server Read Post »
Sometimes duplicate values in tables can create a major problem when we do not make a primary key or a
How to find duplicate values in a table Read Post »
Views:- View can be described as virtual table which derived its data from one or more than one table columns.It
Second Normal Form (2NF) :-A table is said to be in its Second Normal Form if it satisfied the following conditions:- 1)
Second Normal Form (2NF) Read Post »
Third Normal Form (3NF) :- A table is said to be in the Third Normal form (3NF) if it satisfy
Third Normal Form (3NF) Read Post »
First Normal Form (INF) A table is said to be in a First Normal Form (1NF) if it satisfy the
First Normal form (INF) Read Post »
Database Normalization Normalization Database Normalization can be defined as the process of organization the data to reduce the redundant table
Database Normalization Read Post »
Indexes-Indexing is way to sort and search records in the table. It will improve the speed of locating and retrieval
Indexes in Sql server Read Post »
Indexes-Indexing is way to sort and search records in the table. It will improve the speed of locating and retrieval
Difference between Clustered Index and Non clustered Index Read Post »
Introduction I generally feel that people are afraid of Joins in SQL Server. But if they know what the different
Sql Joins- Inner Joins, Self Joins, Outer Joins, Cross Joins Read Post »
You must be logged in to post a comment.