i want table name basis on column name.

Answer Posted / gowthami radhakrishnan

yes.we can have a column name in the table name.
create table order
(
order varchar(10),
number int
)

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define outer join in sql server joins?

677


What is ms sql server service broker?

681


Tell me what are cursors and when they are useful?

700


What are the different authentication modes in sql server?

803


What is the parse query button used for?

791






Differentiate between a having clause and a where clause.

695


What is use of dbcc commands?

787


How to use linked server?

782


Relational calculus is what type of language?

780


What are different types of collation sensitivity?

710


How to create median function?

135


What are the steps to process a single select statement?

686


Can we use pragma autonomous_transaction in trigger?

704


You have several tables, and they are joined together for querying. The tables contain both clustered indexes and non clustered indexes to optimize performance, how should you distribute the tables and their indexes onto different file groups?

745


How to how to convert numeric expression data types using the convert() function??

722