How to link up the text file to a Database table?
Answer Posted / hemendra
using external table
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we store videos inside the sql server table?
How can I tell if sql server is 32 or 64 bit?
How to sort query output in descending order in ms sql server?
What are parameterized reports? What are cascading parameters in ssrs reports?
Can a trigger be created on a view?
What is difference between commit and rollback when used in transactions?
What is the usage of the sign function?
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 comment on transactions?
What are translations and its use? : sql server analysis services, ssas
What are the results of running this script?
What is wrong with sql server client libarary dll, ntwdblib.dll?
What are the purposes and advantages stored procedure?
What is the process of normalising?
What do you mean by normalisation?