How to read data in a table with "select" statements?


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

Post New Answer

More SQL Server Interview Questions

which database is best to use in oracle and sql server? explain reasons?

5 Answers   TCS,


What is the minimum recommended amount of ram for sql server 2012 enterprise?

0 Answers  


How to create an identity column?

0 Answers  


How to delete the duplicate rows from a table in SQL Server ??

3 Answers  


Explain basic SQL queries with SELECT from where Order By, Group By-Having?

3 Answers   TetraSoft, Wipro,






How can we rewrite sub-queries into simple select statements or with joins?

0 Answers  


What are the indexes in sql server?

0 Answers  


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  


How you would rewrite the sql query to return the customerid sorted numerically?

0 Answers  


what is blocking? : Sql server database administration

0 Answers  


What are the types of database schema? : sql server analysis services, ssas

0 Answers  


How many types of Outer Joins?What are they?

1 Answers  


Categories