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

It is true that the force option can be used to create the
view. But, this view will remain invalid even after the
creation the the Table. It needs to be recompiled again.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does postgresql run on the cloud?

800


what is acid property in database? : Sql dba

746


Name the different types of indexes in sql and define them.

782


How do you delete data from a table?

735


What are schema-level triggers?

757






What is the advantage of index in sql?

690


What is dml with example?

730


What is primary and foreign key?

806


i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this

1279


Can we write dml inside a function in sql server?

675


What is the difference between sql and mysql?

759


What is sap sql anywhere?

680


How do I run a program in pl sql?

701


What is trigger in pl sql?

736


How do you declare a variable in pl sql?

745