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?
2493Consider 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 9848hi. suppose one person goal is strong knowledge on SQL.... suggest me ...if he learns SQL SERVER or ORACLE? which is best?
7 14268What is the difference between Temporary table variable and a Table variable? Or Which Table variable I should use inside Stored procedure?
3 83752) 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 4953Post New TCS SQL Server Interview Questions
What is vlookup and hlookup formula?
Write short notes on Post transplant immunosuppression?
What do you think are the qualities which a leader should have?
How helpful is abstract data type of data structures?
How do you use goal seek in excel?
How do I find the query plan in sql server?
How can you get selected file from file system Control?
What is the key difference between java and python?
What do you understand by spring?
Is null == null c#?
What should we do if we need last record to be active when a form is opened?
How did you define service levels?
how do you get to internet firewall settings? : Windows server 2003
how to calculate the chair reinforcement length in slabs, footing or anywhere??
List down various approaches to machine learning?