Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Oracle Interview Questions and Answers

Related differences

OracleJDK vs OpenJDK

Ques 26. What is an Integrity Constrains?

An integrity constraint is a declarative way to define a business rule for a column of a table.

Is it helpful? Add Comment View Comments
 

Ques 27. What is an Index?

An Index is an optional structure associated with a table to have direct access to rows, which can be created to increase the performance of data retrieval. Index can be created on one or more columns of a table.

Is it helpful? Add Comment View Comments
 

Ques 28. What is an Extent?

An Extent is a specific number of contiguous data blocks, obtained in a single allocation, and used to store a specific type of information.

Is it helpful? Add Comment View Comments
 

Ques 29. What is a View?

A view is a virtual table. Every view has a Query attached to it. (The Query is a SELECT statement that identifies the columns and rows of the table(s) the view uses.)

Is it helpful? Add Comment View Comments
 

Ques 30. What is Table?

A table is the basic unit of data storage in an ORACLE database. The tables of a database hold all of the user accessible data. Table data is stored in rows and columns.

Is it helpful? Add Comment View Comments
 

Most helpful rated by users:

©2024 WithoutBook