Where the integrity constrints are stored in Data
Dictionary?
Answer / tulsi
check the data dictionary tables
user_constraints
user_cons_columns
| Is This Answer Correct ? | 6 Yes | 0 No |
1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...
What is replication id?
How do I order columns in sql?
What are sql functions? Describe the different types of sql functions?
Hi, Can anybody please explain me the flow of the below query. I am not able to understand how this query works. This query is for finding the Nth highest salary.. SELECT DISTINCT (a.sal) FROM EMP A WHERE &N = (SELECT COUNT (DISTINCT (b.sal)) FROM EMP B WHERE a.sal<=b.sal); If N = 2 then second highest salary will be the o/p. If N = 3 then third highest salary will be the o/p. and so on.. Thanks, Nitin
5 Answers Deloitte, Ness Technologies,
Why do we need a foreign key?
what is “go” in t-sql? : Transact sql
I have a package in which a table was used in a procedure and compiled later i have dropped the table used in the package what would be the status of package specification and body
how to debugg a procedure or package using dbms_output.put_line in plsql
..........refers to the disk mirroring
what is foreign key? : Sql dba
what does the t-sql command ident_incr does? : Transact sql
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)