-
-
-
SQL to display records with same Year of Birth
Display employee name, designation, Dob who are born in the same year.
Emono ename Designation Dob
101 Raj Developer 24-06-1992
102 mahesh Engineer 15-06-1992
103 Rajesh Mechanic 02-02-1991
104 suresh Jr Engineer 01-01-1990
-
Delete Duplicate Records
How to delete duplicate records?
-
System Date
How to extract the values from table based on the current date. How to write the query?
Select event_code from table name where date = sysdate
What will be added in the place of sysdate? This query will run daily to fetch the records.
-
Display Employee Records having same Salary Department Wise
Write a query to display employee records having same salary department wise?
Empname Empsalary Empdep
a 1000 IT
b 1000 CSE -
Stored Procedure Challenges
What are the challenges you have faced while using stored procedure?
-
Read Data from PDF
How to read the data from a pdf in SSIS?
-
-
-
Self Join
Explain Self Join with the help of an example?
-
Indexing on frequently updated table
I was asked a question in an interview, where I was given a situation which is:
I have registered to an online gaming website. It displays my rank on the basis of my score when I play a game.
Database table has 2 columns: 1. UserName 2. Score.
Since the login page was loading very slowly so the programmers created an non-clustered index on UserName and now the welcome page problem... -
Application support
In application supporter for .net, interviewer ask me how you support the application,but I could not answer properly. Please explain answer technically?
-
Can i update views in SQL
Can i update views in SQL if yes in what scenarios?
if your view is joining multiple tables -
-
Define Unique Key in SQL Server
How to define unique key in table? Is it possible to define one primary key and one unique key in a single table?
-
SqlDataAdapter ,SqlCommand and SqlDataReader
what are difference between SqlDataAdapter ,SqlCommand and SqlDataReader
-
-
-
SQL Server Interview Questions
Ans