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?
2492Consider 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 9842hi. suppose one person goal is strong knowledge on SQL.... suggest me ...if he learns SQL SERVER or ORACLE? which is best?
7 14263What is the difference between Temporary table variable and a Table variable? Or Which Table variable I should use inside Stored procedure?
3 83702) 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 4952Post New TCS SQL Server Interview Questions
What is actual mobile testing and in realtime how this testing happens?
How would you handle if your co-worker is not co-operating with you?
Do I need a hosting site for wordpress?
Will a dc motor actually produce voltage if it is spun in reverse?
Is c# static or dynamic?
Is it possible to retrieve all tables along with all the data?how?
What is parse method in c#?
when does error demon start in boot process?
How to use multiple scriptmanager controls in a web page?
Is google an android phone?
Can you use concurrent program "gather schema statistics" to gather stats on sys schema in oracle apps?
Give an explanation on the difference between strong artificial intelligence and weak artificial intelligence?
What are the elements of ms word?
What’s the used of @outputs in angular 2?
what is Property......End Property loop? how to write sript for it in QTP