how many partitions are possible in partitioned tablespace? dont say 1-64. a)240 b)256 c)512 d)none
8 16218what will be the output of the below given query, if no matching records are found : (a.) 0 (b.) null (c.) error select Avg(salary) from TableA where Deptno = 'insurance'
10 16397Sita is my father's father's only son's daugther. wat relation do sita and i share ? sister brother father mother
6 8926rita bought dress at 3000 sold it to sita for 25 % profit, sita didnt like it sold it back to rita for 10 % loss. wat % of profit rita got during the transaction ?
8 10474I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function
2 45462) If A, B and C are the mechanisms used separately to reduce the wastage of fuel by 30%, 20% and 10%. What will be the fuel economy if they were used combined.
10 26327I HAVE FOLLOWING DECLARATION. 02. A PIC X(10) VALUE 'XXXXXXXXXX'. 02. B REDEFINES A. 05. C PIC X(3). 05. D PIC X(3). 05. E PIC 9(3). IN MY PROG, I HAVE MOVE 1 TO E. DISPLAY A. WHAT WILL BE DISPLAYED AS A RESULT OF THIS? PLEASE EXPLAIN THE ANSWER. THANKS.
7 12042Post New Amdocs Interview Questions
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Draw Sequence Modal of DAO and Explain?
how will assign local administrator rights for domain user? : Windows server 2003
What affect would increasing the charpy impact toughness on an object have on the surface of an object it strikes if all else remains the same? Would it cause moredamage to the object it strikes?
What is the iot architecture?
In wlan what do you mean by syncronization?
what is the ITIL process ?
How do I send 5 emails and a text message efficiently to newly registered users?
What do you understand by the view and mention the steps to create, update and drop a view?
Definition of %s in python?
Tell me what do you understand by a view? What does the with check option clause for a view do?
What is the organic result?
Which functionalities of QTP used in banking project? pls any say answer?
what happens if we press f5 in visual studio to run a silverlight application?
Difference between constructor and getInitialState ?