if a man byes 1 lt of milk for 12 Rupees and mixes with 20% of water and sells it for Rs. 15 then what is percentage of gain
11 30660what is the difference between abstract class and Interface?where we can use it in realtime projects?
23 72021when i post a billing document for free goods how can i exclude for a line item (cost element type 1),not to create a profitability segment but only a cost center thanks in advance
2105Post New Agile Software Interview Questions
How do I connect to postgresql database using pgadmin?
How to call function?
What is caller principal?
What are the fileinputstream and fileoutputstream?
What is the quality of the accountant & rights ? hansika.kk@gmail.com
How can an application do a jms operation and have it succeed, independent of the result of the transaction?
how to access a build & wat is its configuration
What are the package used in DBMS ?
What service provider’s register method does?
How does sizeof know array size?
What's happening in the news right now, both in your country and abroad? Where did you hear about it?
Where do you execute BPM process in PI system?
How does varargs work in java?
How can you delay document.ready until a variable is set?
This question asked during interview, 2) At the end of each month, a new table is created for each bank that contains monthly metrics consolidated at the account level. The table naming convention is bankX_YYYYMM where X represents the numeric designation of the bank and YYYYMM indicates the 4 digit year and 2 digit month. The tables contain the following fields: name data type description account text account number registered boolean indicates whether the account is registered num_trans integer number of transactions made during the time period spend numeric(9,2) total spend during the time period a) Write a SQL query that will display the total number of transactions and total spend for "Bank1" during the 4th quarter of 2009. b) Write a SQL query that will display the total number of transactions and total spend at "Bank1" and "Bank2", broken out by registered vs. non-registered accounts, during January 2010 not sure what is correct answer and how to solve?