Buy Questpond's video subscriptions on
huge discount
.
Online: 2271
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 output of below SELECT? SELECT (SELECT 'Chandu')
Posted by
Bandi
on 6/23/2015 | Category:
Sql Server Interview questions
| Views: 2182 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Select from following answers:
Throw error
'Chandu'
Chandu
Chandu1
All Above
Above given SELECT statement will be treated as nested inline query. So the result is Chandu
Show Correct Answer
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
SELECT 'Chandu' + ‘1’ ?
Next > :
Output of this SQL ? SELECT SELECT 'Chandu& ...
Comments or Responses
Login to post response
More Interview Questions by Bandi
Output of this SQL ? SELECT SELECT 'Chandu'
Output of this query ? SELECT * FROM 'TableA'
Output of below SQL ? SELECT * FROM TableA , TableB
SELECT COUNT(*) + COUNT(*) ?
What is the output of below SQL ? SELECT 'sampleText' FROM ...
SELECT SUM(1+2*3) ?
SELECT MAX(1+2*3) ?
Ouptut of SELECT MAX(1,3,4) ?
Latest Interview Questions
Which property is used to change the left margin of an element?
How do you add a background color for all <h1> elements?
Which is the correct CSS syntax?
What is the full form of CSS ?
How can you insert a search icon?
Which class is used to create a button group?
Which button class is used to create a large button?
The Bootstrap grid system is based on how many columns?
More ...