-
General Functions in SQL
What are the general functions available in SQL?
-
Subqueries vs Joins in SQL
What is the difference between Subqueries and Joins? Which is better and Why? Give an example of each.
High Water Mark
what is high water mark? Give an example where it can be useful ?
Run PL/SQL Block from SQL Server
how do you run PL/SQL block from SQL Server
Covering Indexes
List down the advantage and disadvantages of Covering indexes.
Representing SQL Server Objects
How do represent objects in SQL Server? Is it possible? If yes, how?If not? Why?
How is the error handling in stored proc of T-SQL ?
1 How is the error handling in stored proc of T-SQL2 What is clustered index and non-clustered index? How many clustered indexes and non-clustered indexes can be created in one table? 3-what is disconnected mode?
Fill Factor in Indexes
What is fill factor?What should be the ideal value of fill factor for any index?Justify the answer.
SQL Key
What is a key in SQL?
Can we replace where clause by having clause. ?
interviewer ask.. can we replace where clause by group by clause
let say
select * from table_name where some_condition
so how we replace where clause by group by clause
Sql Server
In which scenario I can use the unique key and primary key in SQL Server .
I mean in real life database how can I judge where I have to use the unique key and primary key.
Ans