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 / neo

Synonym can be created on non-existing table without using
Force keyword. It automatically become valid once table is
created.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is pl sql commands?

552


what are the differences between binary and varbinary? : Sql dba

527


how to create a new table by selecting rows from another table in mysql? : Sql dba

552


what are the differences between char and nchar? : Sql dba

590


how to do backup entire database? : Transact sql

606






What are pl/sql cursors?

557


Can a select statement fire a trigger?

651


what are set operators in sql? : Sql dba

530


How do you truncate?

498


How do I view tables in sql developer?

509


What does select * from mean in sql?

1979


Does inner join remove duplicates?

514


What is insert command in sql?

522


Is pl sql better than sql?

543


What is meaning of <> in sql?

579