Sql Interview Question and Answers
61. |
What are the type of Synonyms? |
|
There are two types of Synonyms are :- Private
- Public
|
|
|
62. |
What is an Integrity Constrains? |
|
An integrity constraint is a declarative way to define a business rule for a column of a table. |
|
|
63. |
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. |
|
|
64. |
What is a synonym? |
|
A synonym is an alias for a table, view, sequence or program unit. |
|
|
65. |
What is Rollback Segment? |
|
A Database contains one or more Rollback Segments to temporarily store "undo" information. |
|
|