Buy Questpond's video subscriptions on
huge discount
.
Online: 2060
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
>
Exclusive Interviews
>
C#
>
Post
|
Interview FAQs
|
Exclusive Interview Home
|
Interview Home
|
Search
Loading ...
What is the wildcard character in SQL
Posted by
deccansoft
on 9/18/2010 | Category:
C# Interview questions
| Views: 1853
Let’s say you want to query database with LIKE for all employees whose name
starts with La. The wildcard character is %, the proper query with LIKE
would involve ‘La%’.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous question :
Explain ACID rule of thumb for transactions.
Next question > :
Why is DataSet slower than DataReader
Comments or Responses
Login to post response
More Interview Questions
Why is DataSet slower than DataReader
can we have multiple .config files along with App.Config file
@@Identity contains last identity value over given connection. Yes/No? ...
How can we specify port number in Connection String in App.Config file
When should we use Oledb provider to SqlClient
What is the namespace for MS SQLServer Mobile
What is the core ADO.Net assembly
What are the important methods of an SqlDataReader object