What is the result, when NULL is compared with NULL?
Answer Posted / naidu
NOT EQUAL AND AGAIN ANSWER IS NULL
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is record in pl sql?
how many sql dml commands are supported by 'mysql'? : Sql dba
How do I partition a table in sql?
What is sql in oracle?
Can we use loop in sql?
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...
Explain cursor types?
what are the authentication modes in sql server? How can it be changed? : Sql dba
- Types of triggers - View - Dcl - Procedures, packages, functions - Metasolve - Can use Dcl in triggers - package case study - Cursor and its types - triggers schedule - Wrap - Why we are using fetch and for in cursor. difference?
What are stored procedures in mysql?
What are pl/sql cursor exceptions?
how to create a new view in mysql? : Sql dba
what is an extent ? : Sql dba
What is compound trigger?
What is the plv (pl/vision) package offers?