Answers

Question and Answer:

  Home  Oracle Security

⟩ Tell me What is different between view and sequence?

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.

 219 views

More Questions for you: