-
What is a database link ?
Database Link is a named path through which a remote database can be accessed.
-
-
What is an Integrity Constraint ?
Integrity constraint is a rule that restricts values to a column in a table.
-
-
-
What is a transaction ?
Transaction is logical unit between two commits and commit and rollback.
-
-
-
-
What are the advantages of VIEW ?
To protect some of the columns of a table from other users.To hide complexity of a query.To hide complexity of calculations.
-
-
-
-
-
What are the pre requisites ?
I. to modify data type of a column ? ii. to add a column with NOT NULL constraint ? To Modify the datatype of a column the column must be empty. to add a column with NOT NULL constrain, the table must be empty.
SQL*Plus interview Questions
Ans