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

What will be query used to get the list of triggers in a database?

552


Explain encryption of entire databases without the need for application changes in sql server 2008?

566


How do you debug a procedure in sql server?

498


In my application I have a process which picks the scanned files (tif format) from a shared location and it links to application and shown on it.The actuall issue is that my process picks the file before it is completly written or scanned which results in displaying few parts of the image or incomplete image.I need to check if the file is not completly scanned or written then do not link it to application.Please help if any body tell me that how can i check that file is in written phase or locked through DTS.thanking you in advance

1561


How to choose all records from the table?

657






Mention the different types of replication in sql server.

563


Explain different types of locks in sql server.

600


What is field with example?

517


What is the maximum number of instances in 32 bit and 64 bit sql server 2012?

535


Is mysql better than sql server?

541


What are the restrictions that views have to follow?

562


What is hot add cpu in sql server 2008?

524


What is failover clustering overview?

595


What stored by the model? : sql server database administration

549


What does the not null constraint do?

583