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 meant by recursive hints ?
What is the use of Control File ?
How to view existing locks on the database?
In Oracle 9i what does "i" Stands for?
11. Display the client number and name and the client number and name of the person who referred that client.
What are the factors causing the reparsing of SQL statements in SGA?
hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards
does Oracle has only one table space?
What happens to the data files if a tablespace is dropped?
Preparing for Oracle PL/SQL Interviews – Need Help with Common Questions
How to drop an index?
Is there a combination of "like" and "in" in sql?