Buy Questpond's video subscriptions on
huge discount
.
Online: 11551
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 ...
How can i hide a particular table name of our schema ?
Posted by
Bharathi Cherukuri
on 4/23/2012 | Category:
Sql Server Interview questions
| Views: 3254 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
You can hide the table name of your schema by creating synonyms.
Example:
you can create a synonym y for table x
create synonym y for x;
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
What is difference between DBMS and RDBMS ?
Next > :
What Operator performs Pattern Matching ?
Comments or Responses
Login to post response
More Interview Questions by Bharathi Cherukuri
What Operator performs Pattern Matching ?
What is diffrence between Co-related sub query and nested sub query ?
What is the difference between SQL and SQL Server ?
What does the term immutable mean ?
In which cases you use override and new base ?
Can we call a base class method without creating instance ?
Can you inherit from multiple base classes in C# ?
What happens when you encounter a continue statement inside for loop ?
Latest Interview Questions
What is metadata?
Difference between Finalize() and Dispose()?
What is Identity?
Is there a way to decrypt stored procedure?
How to get the nth row value of a table.
How to get record of nth row of a table ?
What is sp_config command?
Which of the following attributes should you add to a class to enable ...
More ...