there is a table having two columns no and name
and the data is
1 A
2 B
3 C
write a query that will result a horizontal output
A,B,C
Answer Posted / kumar.t
Hello Mr.B
In my table contain 100 record is there. at present what
you are doing?
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain encryption of entire databases without the need for application changes in sql server 2008?
What is the security principal at the database level that represents your session?
What are partitioned views and distributed partitioned views?
Explain four layers of abstraction microsoft architectured?
What is a primary key?
Explain what role entity and relationship play in an ER diagram.
what is a default tcp/ip socket assigned for sql server? : Sql server database administration
What are blobs, tables, and Queues? Is SQL is the standard way to query blobs, tables, and queues?
How do you improve the performance of a SQL Azure Database?
What is the language structure to add a record to a table?
What happens when transaction log is full?
What are the different sql server versions?
what is the sql equivaent of the dataset relation object ?
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?
How many partitions a clustered index has by default in sql server 2012?