SQL Server Interview Questions with answers
SQL Server Interview Questions with answers
- What is Common Table Expression in SQL Server? Where do u use this?
- What is mean by transaction in SQL Server?
- How to Change Identity column value of the SqlServer Table
- What are Max number of columns allows per table in SQL Server?
- Difference between Primary key and unique key?
- What is difference between having and Where clause?
- What is SQL Server paging?
- A table can have indexes. So, what are possibilities are there for tables?
- Query for column values by comma separated in Sql Server?
- Write a query for second highest salary using SQL Server?
- What are inner joins, Outer joins and self joins?
- Types of Cursors?
- write a function for converting integer into into time?
- Using select statement how to insert data into other table?
- What are isolation levels while using transactions?
- What is the maximum number of indices per table in SQL SERVER?
- Is SQL Server functions Pre-compiled statements?
- What are the main disadvantages of the index in SQL Server?
- SQL Query: Select duplicate records using group by and having clause
- What are DML, DCL, TCL and DDL statements in SQL Server? Explain briefly with an example?
- What are difference between stored procedure and functions?
- What is profiles in SQL Server?
- Sql stored procedures performance tuning tips and tricks?
- What is Cascading referential integrity constraint?
- SQL Query performance tips and tricks?
- What is difference between primary key and candidate key?
- How many types of indexes are there in SQL Server?
- difference between #tempTable,##tempTable,@tableName?
- Types of Joins in SQL Server? What are link between Common Table Expression and SQL Server?
- Types of views in SQL Server?
- What is sub query? How many types of sub queries are there in SQL Server?
- how many kinds of views..
- query to find previous interset row...
- how many @ variable types in sql server.
- Types of SQL Server joins with examples?
- What are Cursors?Advantages and disadvantages of Cursors?
- What are the differences between drop, delete and truncate statements in SQL Server?
- Where did you use Cursors in your project?
- What are different types of temp tables in the SQL Server?
- What are the difference between global and local temporary tables in SQL Server?
- Can we give referential integrity or foreign key constraint on temporary tables?
- How to delete temporary tables in sql server?
- In which database temporary tables will store in sql server?
- What is index? How many types of indexes are there in SQL SERVER?
- What is difference between clustered index and non clustered index in sql server?
- Views and its limitations (Is it really useful for a project?)
- Stored procedures and its test priority.
- Group by having syntax?
- triggers and cursors in your application?
- can we call stored procedure with in stored procedure?
- What is concurrency? What are problems in database concurrency?
- What is optimistic and pessimistic concurrency?
- What is mean by Cascading referential integrity constraint?
- What are locks in sql server? How many types of locks are there in SQL Server?
- What are SQL Server Isolation levels?
- Stored procedures are pre-compiled, then where precompiled data will store?
- What is mean by table scan in sql server?
- If we do table scan, is there any performance issue?
- What is use of an index on the column, if we use in the GROUP BY clause?
- How to find how many indices are there for the table using system stored procedure
- What are benefits we will get when we use index in SQL Server?
- What is Query optimizer? what is the purpose of this?
- What is the main purpose of an index, when we maintains unique column in table?
- when we have are creating unique clustered index on the primary key column? give me some example?
- What is composite index? advantages?
- What is Covering query in SQL Server?
- What is b-tree?
- What is difference between sql server 2005 and sql server 2008 in terms of developer prospective?
- How is clustered index and non clustered index will maintain values in the b-tree?
- What is difference between @ and @@ variables in the t-sql?
Post a Comment
Please give your valuable feedback on this post. You can submit any ASP.NET article here. We will post that article in this website by your name.