GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Tech FAQs  >  PL/SQL
Go To First  |  Previous Question  |  Next Question 
 PL/SQL  |  Question 126 of 155    Print  
For each hour, list the number of called, total transactions' values, and total duration.
For each hour, list the number of called, total transactions' values, and total duration?

if you have these tables:

1- 'calls'
columns: called_number, Customer_ID, call_date, call_time_started, Call_time_ended,
transaction_no.

2- 'tariff'
columns: Tarriff_per_Sec, country_code, time_started, time_ended.



  
Total Answers and Comments: 0 Last Update: January 15, 2008     Asked by: mnmlove 
  
 Sponsored Links

 

No answers are posted for this question yet.
Be the first to answer it!


 Related Questions

How do you get the return values in pl/sql when u exec them be sides assigning the values to Bind variables
Read Answers (1) | Asked by : srini

Latest Answer : First create a Trigger and with Procedure you insert records.The :new will take the new values.So use Triggers in Procedures. ...
Read Answers (1) | Asked by : p

We have on delete cascade in Oracle but we don’t have on update cascade. If you compare Oracle with SQL Server in SQL Server we have the option called on update cascade but In Oracle we don’t have this option why? Please can you just clarify my doubt?
Read Answers (1) | Asked by : inam

Hi Guys,i have an interview question. can anyone help me reg this.i have a table called "phone" and filed as "phone number" and table have values like 2489078905,2345678909now i want the result as (248)9078905,(234)5678909 into another table called phone2.
Read Answers (7) | Asked by : dev

If anyone asks in interviews, about "what are the types of triggers" then my ans is likerow level,statement level,before,after,insert,update,delete 3*2*2 total 12 types.and can i even mention instead of triggers,database trigger and schema triggers
Read Answers (2) | Asked by : oradev

Hi 1.What is difference between procedure and function?1. procedure may or may not return values whereas function must return value2. we can call the function in the sql statements whereas we can't call the procedureExcept these two, is there any difference between these two.2. What is pl/sql table and what is use of it. In which case, we can use it3. What is ref cursor, what is the use of it.4.how the function will return multiple values. Pls give me with examples

Hi all if i can assign any value to the out parameter in procedures .... like i had created this procedure ...CREATE ORE REPLACE PROCEDURE MODETEST ( PARAMETER OUT NUMBER)ISJUSTTEST NUMBER :=20;BEGINPARAMETER :=JUSTTEST ; *HERE I ASSIGN VALUE TO OUT PARAMETER *JUSTTEST := PARAMETER;dBMS_OUTPUT.PUT_LINE(JUSTTEST);END; AND THE PROCEDURE IS CREATED WITHOUT ANY ERROR BUT I THAUGHT THE OUT PARAMETERS ARE WRITE ONLY AND WE CANT ASSIGN ANY VALUE TO IT ....
Read Answers (1) | Asked by : GANESH

What is the maximum number of data string can be returned from DBMS_OUTPUT? andHow do you call a trigger from a table?
Read Answers (2) | Asked by : Lisa

Hi,Can somebody please answer couple of my questions ASAP?1) How do you call a trigger on a table?2) What is the maximum number of data strings that can be returned through DBMS_OUTPUT?Much thanks!!
Read Answers (2) | Asked by : Lisa

In my table "temp" one column contain 1 to 10 range of values in between some numbers are missing. like belowTEMPcolumn112475so in this table i want search missing number from 1 to 10.so output should be 3689.how to get this o/p?
Read Answers (3) | Asked by : santo


 Sponsored Links

 
Related Articles

Assign values during declaration

How to assign values during declaration of variables Declaring variables tells the compiler the data type the variable is assigned and no storage area is allocated during this stage. It is possible to assign values during declaration itself. For example, consider the following program: main() {
 

Passing values to JavaScript Function

Passing values to JavaScript Function In this JavaScript Tutorial you will learn about how to pass values to and also how to return values from a JavaScript function mosgoogle center Passing Values to function Values can be passed to a function as parameters The general syntax for passing values to
 

List of Popular Scholarship and Grants

List of Popular Scholarship and Grants There are a number of popular scholarships and grants that students will want to look for While obtaining these scholarships can be challenging the rewards are well worth it One of the largest sources of both scholarships and grants is the U S Department of Edu
 

The Importance Of a To-Do List

The Importance Of a To Do List A To Do list is a list of important tasks that you will need to carry out within a given period of time They are a crucial tool for those that want to be skilled at time management The concept of a To Do list is quite simple mosgoogle By having all of the things you ne
 

CICS Components and Transactions

CICS Components and Transactions There are three major components associated with CICS namely Management Modules Control Tables and Control Blocks These three are very essential in CICS environment and so let us see an overview of the function of each mosgoogle We have seen that CICS act as an int
 

CSS Tutorials : Lesson 10 : Cascading Style Sheets (CSS) List

CSS Tutorials Lesson 10 List In this tutorial you will learn about Cascading Style Sheets CSS List List style type List style position List style image and Using the shortcut mosgoogle List style type To set the list style marker type use the property list style type” this property can
 

SCBCD Study Notes : Chapter 11 : Transactions (Part 4)

SCBCD Study Notes Chapter 11 Transactions Part 4 Please find the Study Notes and resources which covers 4th Part of Chapter 11 Transactions as part of the Sun Certified Business Component Developer exam CX 310 090 4 Given a list of responsibilities identify whose which are the Container s with respe
 

SCBCD Study Notes : Chapter 11 : Transactions (Part 3)

SCBCD Study Notes Chapter 11 Transactions Part 3 Please find the Study Notes and resources which covers 3rd Part of Chapter 11 Transactions as part of the Sun Certified Business Component Developer exam CX 310 090 3 Given a list of transaction behaviors match them with the appropriate transaction at
 

SCBCD Study Notes : Chapter 11 : Transactions (Part 2)

SCBCD Study Notes Chapter 11 Transactions Part 2 Please find the Study Notes and resources which covers 2nd Part of Chapter 11 Transactions as part of the Sun Certified Business Component Developer exam CX 310 090 2 Identify correct and incorrect statements about the Application Assembler s responsi
 

SCBCD Study Notes : Chapter 11 : Transactions (Part 1)

SCBCD Study Notes Chapter 11 Transactions Part 1 Please find the Study Notes and resources which covers 1st Part of Chapter 11 Transactions as part of the Sun Certified Business Component Developer exam CX 310 090 Identify correct and incorrect statements or examples about EJB transactions includi
 

Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape