Buy Questpond's video subscriptions on
huge discount
.
Online: 2074
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
Sql Server
>
Loading ...
What will be the output of below query?
select * from employee_master;
go
select top 100 percent * from employee_master;
If employee_master is having 100 records;
go
Posted by
vishalneeraj-24503
on 11/29/2013 | Category:
Sql Server Interview questions
| Views: 3487 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
Both query will give us the same record means 100 records will be displayed.
100 percent means total records.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
What will be the output of below query? Select ...
Next > :
What will be the output of below query? select ...
Comments or Responses
Login to post response
More Interview Questions by vishalneeraj-24503
What will be the output of below query? select try_parse('111 ...
What is the difference between Finalize and Dispose method in Dot Net?
How to create Table without using Create Statement?
What will happen,when we compile below C# function? private void ch ...
What will be the error,if we Compile below function in C# application? ...
What will happen,if we compile below code in C#? private int sum(in ...
Can we call Any Function or Method inside Finally Block?
Can we have Return Statement in Finally Block?
Latest Interview Questions
Which processes implemented sandbox solution?
Which of the following files/programs are not removed by the uninstall ...
What is compatibility level of SQL server 2012?
DBCC SHRINKDATABASE (UserDB, 10); What is the unit of second paramet ...
We can configure individuals to be alerted about sql server agent jobs ...
Which of the following built in tool allows you to changes services ac ...
Which of the following is FALSE regarding the tempdb database?
We can RECOMPILE a stored procedure in SQL server. Which of the follow ...
More ...