Buy Questpond's video subscriptions on
huge discount
.
Online: 2199
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
>
.NET Framework
>
Loading ...
write a query the name ends with 'i' using sql server?
Posted by
aswinialuri-19361
on 7/29/2013 | Category:
.NET Framework Interview questions
| Views: 3568 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
select * from emp where name like '%i'
output:
aswini
aluri
devi
the query displays the person name ends with i only
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
List the EmpNo,EName,Sal Daily Sal of all Emps in ...
Next > :
write a query name starts with 's' using s ...
Comments or Responses
Posted by:
Yesda
on: 8/20/2013 |
Points: 10
Good sharing........
Login to post response
More Interview Questions by aswinialuri-19361
write a query name starts with 's' using sql server?
write a query allow only 4 characters in name column using sql server?
How to allow only alphabets using regular expression validator?
How many generations in Gc within managed heap and what are the defaul ...
what is the max size of rows in a particular table
how to detect the product level,product version and edition in sql ser ...
In.Net which is the parent class to create all windows service?
how to change the database owner?
Latest Interview Questions
How does the lifecycle of Windows services differ from Standard EXE?
In WCF, which binding is used for cross-machine communication or WCF-t ...
Which one is the right way to get the TextBox value with id="txtb ...
What is inheritance hierarchy?
How to call an action Method on the click of a link?
What is the difference between inline code and code behind in asp.net?
Which of the following statement is correct regarding .exe and .dll
Considering @Page Directives which of the following options suits this ...
More ...