If the job running very slow what is the action you do
Does hive support indexing?
What are the underflow and overflow behaviors on float literals?
What is Trigger?
What is Schema? and why we use schemas?
What is self join in sql server joins?
Explain the architecture of SQL Server?
How to create a dynamic cursor with the dynamic option?
What do u mean by orphan users, how will u list them in the DB
What do you understand by a stored procedure?
Difference between Triggers and Stored Procedure
23 Answers Claimat, HCL, Protech, Silgate,
Explain the stored procedure?
Following are some of the question related to below mentioned query? select e1.salary from employee3 e1 where 2= ( select count(distinct(e2.salary)) from employee3 e2 where e2.salary>=e1.salary ) 1) What the query returns? 2) How it works? - Detail explanation (what the sub query does, why it is (where 2=)....etc...Please?