what is the purpose of update command in oracle?
Answer Posted / vasan
Update command is used to modify, we can modify column
name,Values etc.,
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
define data blocks ? : Sql dba
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 does pl sql stand for?
Differentiate between pl/sql and sql?
Where the sql database files are stored?
How many types of cursors are available in pl/sql?
What are the sql aggregate functions?
What if we write return in procedure?
When do we use triggers?
What is example of database?
Can function return multiple values in sql?
What are the different sql languages?
Is ms sql is free?
What's the difference between a primary key and a clustered index?
What is interval partition?