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?
2530Consider 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 10034hi. suppose one person goal is strong knowledge on SQL.... suggest me ...if he learns SQL SERVER or ORACLE? which is best?
7 14484What is the difference between Temporary table variable and a Table variable? Or Which Table variable I should use inside Stored procedure?
3 84722) 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 5059Post New TCS SQL Server Interview Questions
What is linq used for?
Can you explain a situation, when to use dependency injection in angularjs?
What is chargeback?
What is public ip?
How to motivate a sales rep
Is not a function error in javascript?
What is iis certificate?
do any one help me to get "C" license,, i have doubts ,,, if mediators ter pls call me,, my no is 8056640042
State the different types of flip flop and their uses?
What is difference between mongodb and dynamodb?
how can we submit a form without a submit button? : Sql dba
How to insert null values into dataloader ?
How do you clear a set in c++?
Name any two stages of the data processing cycle and provide your answer in terms of a comparative study of them?
When have you had to focus on data integrity?