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...
Answers were Sorted based on User's Feedback
Answer / devi
create table td2
(city varchar2(12) constraint td2_ename_ck check(city in
('ctc',''bbsr))
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / gaurav gupta
is it possible to use commit or rollback or savepoint in
triggers...if not why please explain with examples...?
yes it's posible to use savepoint or commit in triggers but
trigger should be autonomious transaction trigger
(Independent trigger).
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / gaurav gupta
A view has a logical existence but a materialized view has
a physical existence.Moreover a materialized view can be
indexed,analysed and so on....that is all the things that
we can do with a table can also be done with a materialized
view.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mutating trigger?How to avoid it??
i have xml source. xml source having lacks of records. i want extract/retrive xml source data using sql query. please tell me how to write query.
Q1.all the depts which has more then 10 empls? Q2.all the dept which does not have any emply? Q3 all the emp which does not have any dept? Q4 get all the emply detais with the dept details it dept is exit otherwise any emp details? Q5 how to debugg the dynamic sql and packages?
how to insert values like 10:10:00,30:25:00 etc.into table after insert how can i sum the above insert values to get the result as 40:35:00
Is sql easier than java?
What are all the difference between Like and Contains ?
pl/sql testing means what ...... explain process how to find pl/sql bugs
Is sql considered coding?
What is coalesce sql?
Why plvtab is considered as the easiest way to access the pl/sql table?
What is ON DELETE CASCADE?
What is a constraint? Tell me about its various levels.
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)