1. how to use the check option constraints in sql query..?

2.how to add data in a complex query ?

3.is it possible to use commit or rollback or savepoint in
triggers...if not why please explain with examples...?

4.what is the difference between meterialized view and
normal view..how to create materialized view and how to use
it..?

5.what is varray...? what is the advantage of the varray ?
please expalin with a simpel example..i want to load into a
table (student no and name and his marks..) please give
example..

6.what are the bulk bind exceptions...how to use bulk bind
and how to use bulk collect..please explain with example...

7.what is for update of and where current of ...?

8 what is the use of nowait ?

9.please give an example for nocopy in a simple plsql query

10.create an index in a table...tellme how to use the
index in a where clause to do performance tunning...

Answer Posted / devi

create table td2
(city varchar2(12) constraint td2_ename_ck check(city in
('ctc',''bbsr))

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you delete data from a table?

531


What are the types of operators available in sql?

543


What version is sql?

547


how to see the create table statement of an existing table? : Sql dba

517


What is the process of debugging?

543






what are the advantages of using stored procedures? : Sql dba

607


What is the starting oracle error number? What is meant by forward declaration in functions?

533


What are the benefits of pl/sql packages?

536


What is forward declaration in pl sql?

581


What is the unique index?

519


Can we use pl sql in sql server?

536


What is dml and ddl?

513


What is sql resultset?

523


Define implicit and explicit cursors.

622


List different type of expressions with the example.

544