Buy Questpond's video subscriptions on
huge discount
.
Online: 2684
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 is the Difference between below queries?
Select * from Employee_Master as Emp;
Select * from Employee_Master Emp;
Posted by
vishalneeraj-24503
on 7/1/2014 | Category:
Sql Server Interview questions
| Views: 1175 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
There is no difference between both statements above.
AS is just a more explicit way of mentioning an alias name.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
Where we can use As keyword in Query or what's ...
Next > :
What is an alternate way of checking View inside D ...
Comments or Responses
Login to post response
More Interview Questions by vishalneeraj-24503
What is an alternate way of checking View inside Database?
How to check if View is present in Database?
Can we write order by clause inside CTE(Common Table Expression)?
Give an example of CTE?
What is the use of CTE or Common Table Expression?
What will happen if we execute below query? Will below VIEW be created ...
What will happen if we execute below query?Will below view be created ...
What is the usage of AS keyword in Sql Server?
Latest Interview Questions
You want to modify the server settings without using the Server proper ...
The RESTORE DATABASE T-SQL command can be used to restore a database. ...
When you uninstall SQL 2008, you will find that certain files are not ...
Which of the following built-in tool will allow you to change services ...
What is wrong with this CREATE LOGIN statement? CREATE LOGIN users ...
SQL Server Agent is commonly used to schedule work to be done automati ...
Which of the following system database records all the system-level in ...
SQL Server Agent can be used to run and schedule jobs that perform one ...
More ...