what is the difference between table and veiw?
Answers were Sorted based on User's Feedback
Answer / rinku kharkia
table is physical presentation of database but view is
logicl presentation of database
| Is This Answer Correct ? | 14 Yes | 1 No |
Answer / udayah shankar dokku
Table: A table is defined as set of rows, a table
describes an entity.
View : view is a logical table ,which is defined as one or
more tables,a view is never stored in to database, when we
define view a view definition is stored in to dase
table,views are mainly used for security & information hiding
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / prasanna
Table will display the all columns,The table will be stored
in database. where as View is a virtual table that will not
stored in the database.The columns will be hiden while
giving the report to the users.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sanjay kumar
View is a virtual presentation of data of a one or more tables and view is strongly recommended about the security purpose but table has own space in database and present data as physically existence .
| Is This Answer Correct ? | 1 Yes | 0 No |
What is self-referential integrity constraint ?
What happens to the data files if a tablespace is dropped?
What is a cognitive schema?
If a parameter is used in a query without being previously defined, what diff. exist betw. report 2.0 and 2.5 when the query is applied ?
How to specify default values in insert statement using oracle?
What is different bet native dynamic sql and Dbms_Sql?
what is mean by prmary key and foreign key and how can we diffrentiate that? Please answer me. Advance thanks.
How to commit the current transaction in oracle?
Explain do view contain data?
Can objects of the same schema reside in different tablespace?
What is execute immediate in oracle?
What privilege is needed for a user to delete rows from tables in another schema?