Answer Posted / deepak
Pattern matching is used to get the information without
mentioning the full name and by just using the LIKE operator
and just mention the starting letter.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the steps to create and execute a user-defined function in the sql server?
what is a default tcp/ip socket assigned for sql server? : Sql server database administration
How to generate random numbers with the rand() function in ms sql server?
What Is Rdbms?
How many clustered indexes there can be on table ?
code to create procedure for taking databse backup in sql server or i have the query for it but what it's query returns means i want to show on my jsp that the databse backup has been taken on the basis of that return value.does it returns 0 or 1.wat is the code for that
which table keeps the locking information? : Sql server administration
Can we call stored procedure in view in sql server?
how to overcome kernel isssues
What do you understand by replication in sql server? Mention the different types of replication in sql server.
can a table be moved to different filegroup? : Sql server administration
What are the properties and different types of sub-queries?
What information is maintained within the msdb database?
What is the difference between push and pull subscription? : sql server replication
What are “unrepeatable reads”?