What is difference between table aliases and column aliases? Do they affect performance?


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

Post New Answer

More SQL Server Interview Questions

How can I check that whether automatic statistic update is enabled or not?

0 Answers  


What are the advantages of sql stored procedure?

0 Answers  


Is it possible we can connect our SQL database to GUI application? If it is yes than how tell me the explanation

2 Answers  


When we can say that is in BCNF?

3 Answers   BitWise,


Explain full-text indexing?

0 Answers  






How to insert stored procedure result into temporary table?

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  


What is difference between inner join and join?

0 Answers  


How can you get @@error and @@rowcount at the same time?

9 Answers  


What command would you use to create an index?

0 Answers  


What is importing utility?

0 Answers  


What is the use of builtinadministrators group in sql server? : sql server security

0 Answers  


Categories