Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is different between view and sequence?

Answers were Sorted based on User's Feedback



what is different between view and sequence?..

Answer / fatima hussain

A view is a logical table based on a table or another view.
A view contain no data itself but it is like a window
through which data from tables can be views and changed.
A sequence is a user created database object that can be
shared by multiple user to generate unique integers.

Is This Answer Correct ?    15 Yes 1 No

what is different between view and sequence?..

Answer / pooja

a view is a virtual table based on the result-set of an SQL
statement.

A view contains rows and columns, just like a real table.
The fields in a view are fields from one or more real tables
in the database.

SQL CREATE VIEW Syntax

CREATE VIEW view_name AS
SELECT column_name(s)
FROM table_name
WHERE condition

A sequence is a user created database object that can be
shared by multiple users to generate unique integers.

A sequence:

1.automatically generates unique no
2.is a sharable object
3.is typically used to create a primary key
4.replaces application code
5.speeds up the efficiency of accessing sequence.

Is This Answer Correct ?    8 Yes 0 No

what is different between view and sequence?..

Answer / shailendra kumar

view is the logical stucture of the orginal table. but not
contain data the orginal table. this use the security
perpose.

sequence is the oracle generate number is requred for the
begining no and automaticaly no are dispaly.

Is This Answer Correct ?    3 Yes 2 No

what is different between view and sequence?..

Answer / sunil

view is create table column it contion data of one column
and sequence is oracle generate number

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Oracle Security Interview Questions

How will you enforce security using stored procedures ?

2 Answers  


What are the system resources that can be controlled through Profile ?

3 Answers  


What are the dictionary tables used to monitor a database spaces ?

2 Answers  


What are the roles and user accounts created automatically with the database ?

1 Answers  


What are the use of Roles ?

3 Answers  


What is a trace file and how is it created ?

2 Answers  


What are the various type of snapshots ?

3 Answers  


What are roles ? How can we implement roles ?

2 Answers  


What is Statement Auditing ?

2 Answers  


How can you enable automatic archiving ?

2 Answers  


What are the responsibilities of a Database Administrator ?

3 Answers  


What is default tablespace ?

3 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1809)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)