Can you pass expressions to function parameters?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

Please illustrate physical database architecture? : SQL Server Architecture

0 Answers  


what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration

0 Answers  


What is serializable?

0 Answers  


What are the types of database recovery models?

0 Answers   HCL,


What is save transaction and save point?

0 Answers  


How to get a list of columns using the "sp_help" stored procedure in ms sql server?

0 Answers  


What is sql server 2000 work load governor?

0 Answers  


What are ddl (data definition language) statements for tables in ms sql server?

0 Answers  


Explain user defined functions?

0 Answers  


What are the different types of locks in the database?

0 Answers  


What is row-level compre?

0 Answers  


In performance wise distinct is good or group by is good? eg:select name from emp group by name; select distinct name from emp;

5 Answers   Infosys,


Categories