How to test values returned by a subquery with the in operator?


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

Post New Answer

More SQL Server Interview Questions

What is nolock hint in sql server 2008

0 Answers   HCL,


Can you explain what is the use of custom fields in report?

0 Answers  


syntax and example for bitmap index in sql???

1 Answers  


Explain various data region available in ssrs with their use?

0 Answers  


What is normalization and what are the advantages of it?

0 Answers  






What are the basic functions for master, msdb, model, tempdb and resource databases?

0 Answers  


why we use cursor?

4 Answers   CarrizalSoft Technologies, Melstar, TCS,


What happens if you delete a table that is used by a view?

0 Answers  


What sql server means?

0 Answers  


how can you select rexcord(rows) from table A which is not present in Table B . Id being the FK in Table B referencing to ID Table A

0 Answers   United Healthcare,


hi to all teachers,... Friends who write in the query mode Full text Search in Sql Server have experience Who make(Convert) this Stored Procedure as a normal Full text Search, which contains and .. Is used, into Advance of the tips I have thanked all friends perfection. Email : rezaafandi@yahoo.com Create PROCEDURE Sp_student @fname varchar(50), @lname varchar(50), @tel varchar(50), @code varchar(50), @adr varchar(50), @search_operation varchar(50), @totalRowCount bigint output AS begin if @search_operation = 'and' begin SELECT f3,f4,f5,f6,f7 FROM tb_student WHERE( f5 like '%' + @fname + '%' and f4 like '%' + @lname + '%' and f6 like '%' + @tel + '%' and f7 like '%' + @code + '%' and f3 like '%' + @adr +'%' ) select @totalRowCount = @@rowcount end

0 Answers  


What is the difference between row_number and dense_rank?

0 Answers  


Categories