how you can get the list of largest tables in a database? : Sql server administration
No Answer is Posted For this Question
Be the First to Post Answer
What are different types of statement?
What are the instances when triggers are appropriate?
what are different types of raid configurations? : Sql server database administration
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?
Explain Normalization and DE normalization
What do you mean by normalisation?
Why is sql server log file full?
Describe in brief system database.
What is the difference between WHERE AND IN? OR 1. SELECT * FROM EMPLOYEE WHERE EMPID=123 2. SELECT * FROM EMPLOYEE WHERE EMPID IN (123) WHAT IS THE DIFFERENCE?
How get current date in SQL server 2000
4 Answers Cap Gemini, Polaris,
Can we return Data from 4(more than 1) tables in stored procedure?
How to enter binary string literals in ms sql server?