Forums.Sureshkumar.net : A Perfect Place to Share Knowledge         Blogs     Games    Magazines    

"Sharing knowledge does not lessen your store, often it gets you more. Sharing plays a key role in relationships and bonding, happens in small steps and is assisted through community membership."

Go Back   SURESHKUMAR.NET FORUMS > TECHNICAL DISCUSSIONS > ORACLE , SQL SERVER , SYBASE & Others
Register FAQ Members List Calendar Games Blogs Search Today's Posts Mark Forums Read

   

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 25-08-06, 09:25 PM   #1 (permalink)
Moderator
 
Join Date: Apr 2006
Location: India
Posts: 1,733
Thanks: 2
Thanked 143 Times in 132 Posts
Thanks: 2
Thanked 143 Times in 132 Posts
Rep Power: 31 vjsreevs is a splendid one to behold vjsreevs is a splendid one to behold vjsreevs is a splendid one to behold vjsreevs is a splendid one to behold vjsreevs is a splendid one to behold vjsreevs is a splendid one to behold vjsreevs is a splendid one to behold vjsreevs is a splendid one to behold vjsreevs is a splendid one to behold
SQL Refreshment Contest 9

What is the difference between view and table
__________________
Sree
vjsreevs is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 28-08-06, 01:39 AM   #2 (permalink)
Unregistered
Unregistered
 
Posts: n/a
Re: SQL Refreshment Contest 9

Both are data base objects but
View restrict data access ,used for presenting different vies of same data to different people .
Table is mainly used for storing data but it cant restrict data access.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 28-08-06, 02:27 AM   #3 (permalink)
Moderator
 
Join Date: Apr 2006
Location: India
Posts: 1,733
Thanks: 2
Thanked 143 Times in 132 Posts
Thanks: 2
Thanked 143 Times in 132 Posts
Rep Power: 31 vjsreevs is a splendid one to behold vjsreevs is a splendid one to behold vjsreevs is a splendid one to behold vjsreevs is a splendid one to behold vjsreevs is a splendid one to behold vjsreevs is a splendid one to behold vjsreevs is a splendid one to behold vjsreevs is a splendid one to behold vjsreevs is a splendid one to behold
Re: SQL Refreshment Contest 9

tats a nice try unreg ... nymore elaborative xplanations ???
__________________
Sree
vjsreevs is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 28-08-06, 08:25 PM   #4 (permalink)
Unregistered
Unregistered
 
Posts: n/a
Smile Re: SQL Refreshment Contest 9

table:- Basic storage unit ; composed of rows and columns

View:- logically represents the subset of data from one or more tables
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 29-08-06, 12:44 AM   #5 (permalink)
Junior Member
 
Join Date: Aug 2006
Location: ghaziabad
Age: 22
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 3 mohit_singhal is on a distinguished road
Re: SQL Refreshment Contest 9

in view same thing can be show in different manners to diff. diff. people.
but it is not possible in the case of table.
mohit_singhal is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 19-09-06, 01:45 AM   #6 (permalink)
Namita
Unregistered
 
Posts: n/a
Thumbs up Re: SQL Refreshment Contest 9

Table is a database object where all the information can be stored in the form of rows and columns while view is a virtual table which does not contain any data of its own,its a window to the table data from where only selective information can be seen.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-10-06, 07:08 PM   #7 (permalink)
Senior Member
 
ajithcharles's Avatar
 
Join Date: Mar 2006
Age: 24
Posts: 343
Thanks: 3
Thanked 12 Times in 12 Posts
Thanks: 3
Thanked 12 Times in 12 Posts
Rep Power: 8 ajithcharles will become famous soon enough ajithcharles will become famous soon enough ajithcharles will become famous soon enough
Re: SQL Refreshment Contest 9

Further explaining what Namita said, Whenever a view is accessed, the query used to create view is executed and the changes in the base data tables are reflected.
ajithcharles is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-10-06, 07:10 PM   #8 (permalink)
Senior Member
 
ajithcharles's Avatar
 
Join Date: Mar 2006
Age: 24
Posts: 343
Thanks: 3
Thanked 12 Times in 12 Posts
Thanks: 3
Thanked 12 Times in 12 Posts
Rep Power: 8 ajithcharles will become famous soon enough ajithcharles will become famous soon enough ajithcharles will become famous soon enough
Re: SQL Refreshment Contest 9

Just for information sake, Adding to Views we also have materialized views, these are views which can store information juz like temporary tables. Materialized views unlike Views contain Data in them.
ajithcharles is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
SQL Refreshment Contest 1 vjsreevs ORACLE , SQL SERVER , SYBASE & Others 8 10-11-06 03:19 PM
SQL Refreshment Contest 8 vjsreevs ORACLE , SQL SERVER , SYBASE & Others 2 08-10-06 07:26 PM
SQL Refreshment Contest 6 vjsreevs ORACLE , SQL SERVER , SYBASE & Others 1 01-09-06 01:57 AM
SQL Refreshment Contest 5 vjsreevs ORACLE , SQL SERVER , SYBASE & Others 0 12-08-06 04:36 PM
SQL Refreshment Contest 4 vjsreevs ORACLE , SQL SERVER , SYBASE & Others 0 05-08-06 10:00 PM


All times are GMT +6.5. The time now is 10:09 PM.





Search Engine Optimization by vBSEO 3.1.0