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?
2428Consider a table with 8 rows 4 rows contains value 0 and 4 rows contains value 1.Now write a single update query to make all 0's as 1 and all 1's as 0
7 9548hi. suppose one person goal is strong knowledge on SQL.... suggest me ...if he learns SQL SERVER or ORACLE? which is best?
7 13957What is the difference between Temporary table variable and a Table variable? Or Which Table variable I should use inside Stored procedure?
3 82312) Consider a Table name A which has below records ID --- 5 5 5 5 5 Consider another table B which has below records ID -- 5 5 5 5 5 5 5 5 How many rows will be returned by each of the below queries a) select * from A inner join B on A.id = b.ID b) select * from A left join B on A.id = b.ID c) select * from A right join B on A.id = b.ID
2 4819Post New TCS SQL Server Interview Questions
What are the 6 functions?
What is marx circuit?
what is the difference between error,exception,bug,defect,fault..?
what type of testing techniques are using after accept the build?
if jj form not cancelled within 1hour,wat to do
What is sod risk management?
What is the difference between arrays and pointers?
What is the difference between sendredirect() and forward() in a servlet?
Write a program to find the max value from a list without using max()?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Describe about the SOQL injection?
What are governor limits in salesforce? : salesforce crm
How do I pull data from one excel sheet to another?
What is makefile in unix?
How can we define a variable accessible in functions of a php script?