Table 1: STUDIES PNAME (VARCHAR), SPLACE (VARCHAR), COURSE
(VARCHAR), CCOST (NUMBER) Table 2: SOFTWARE PNAME (VARCHAR),
TITLE (VARCHAR), DEVIN (VARCHAR), SCOST (NUMBER), DCOST
(NUMBER), SOLD (NUMBER) Table 3: PROGRAMMER PNAME (VARCHAR),
DOB (DATE), DOJ (DATE), SEX (CHAR), PROF1 (VARCHAR), PROF2
(VARCHAR), SAL (NUMBER) PNAME – Programmer Name, SPLACE –
Study Place, CCOST – Course Cost, DEVIN – Language the
software or package is developed in, SCOST – Software Cost,
DCOST – Development Cost, PROF1 – Proficiency 1 Use the
above table definitions to answer the questions that follow.
Find out the selling cost average for packages developed in
Oracle. Display the names, ages and experiences of all
programmers How much revenue has been earned through
Answer Posted / shashidhar banda
Answers:
1)select avg(scost) from software where devin='ORACLE';
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
why the Ctl file u put only in bin folder why not in other folder
List out the oracle forms configuration files?
What is the difference between flex mode and confined mode?
What is a canvas in oracle forms?
how do u place it in required folder
what exactly u write in when_new_form_instance
suppose u have been seven tables based on that u have to create a report u don't have access to db. then how do u find the relation between tables
what is a package n what r the packages availbla in report
What do you understand by oracle forms and why are they required?
Is it possible to execute a dynamic sql from forms?
What do you understand by oracle forms?
i am having a report Jan to Dec are the columns if the present month is Mar only Mar to Dec columns should appear in report output
HI Friends I m new dev(forms & report). can anyone tell me how we upload a document on form 11g.??
What is an oracle report? List its various types.