define a variable representing the expression used to
calculate on emps total annual remuneration.use the
variable in a statement which finds all emps who can earn
30000 a year or more.

Answer Posted / kingston

i don't know

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to write date and time literals? : Sql dba

696


What is the difference between microsoft access and sql server?

709


What is data profiling in sql?

733


Do stored procedures prevent sql injection?

723


what is the functionality of the function htmlentities? : Sql dba

690






What is offset in sql query?

820


Differentiate between syntax and runtime errors.

839


Which operator is used in query for pattern matching?

831


What is difference between joins and union?

742


Is pl sql useful?

722


Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?

748


What is pl/sql table? Why it is used?

730


What is the mutating table and constraining table?

735


Why cross join is used?

821


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...

2162