Can we use more than one null value for unique key?
Answers were Sorted based on User's Feedback
Answer / pavani
No, we can't use more than one null value for unique key.
Unique means it doesn't accept duplicate values.
| Is This Answer Correct ? | 41 Yes | 67 No |
Does sql require a server?
Is grant a ddl statement?
How do you break a loop in pl sql?
Why are aggregate functions called so?
What is TABLE SPACE?
What is the syntax and use of the coalesce function?
Is oracel sql developer written in java?
While inserting 10 rows using procedure, if 3rd entry is having some error, what will be the output? How u will handle that error?
what are the different types of joins?
How to get employee name from employee table which is the fiveth highest salary of the table
type type_name is table of varchar2(30) index by binary_integer for the above type you have to create a identifier... like identifier_name type_name; for the above type you can use the below methods..like first , last , prior, next , delege..etc...like this.. if you create a cursor...like cursor cursor_name is select * from scott.emp; is there any methods like above to use prior, fist , last , next , trim ,etc...
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...
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)