Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Suppose I have to create a view on a table, that is not yet been
created by DBA. I khow the table structure. Is it possible to
create the view before DBA creates this table? If yes then how?
Is it possible to create synonym in this way?

Answer Posted / ram

i cannot create a view unless the DBA gives me create view system privilege and to create a view in any schema, rather than just your own we need the create view privilege and be granted the select,insert,update and delete objects on table underlying the view.
synonym is the alias to database object and to hide details of source of the database object. a public synonym is created by the DBA and is available for use by any database user. a private synonym is defined in the schema by the user and is available to the user.

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why use stored procedures?

1138


What is trigger types in sql?

1041


Why do we need unique key in a table?

1002


what are ddl statements in mysql? : Sql dba

1261


How do I count rows in sql?

1048


Explain the structure of pl/sql in brief.

1135


Can we rename a column in the output of sql query?

1038


What is group by in sql?

1124


How many types of tables are there?

994


What is a pragma statement?

1332


What is data types in sql?

1070


What is the difference between syntax error and runtime error?

1178


What is Difference Between Unique and Primary Key Constraints?

1151


what is the syntax used for partition in tsql? : Transact sql

1058


how can we transpose a table using sql (changing rows to column or vice-versa) ? : Sql dba

991