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

How to create a ddl trigger using "create trigger" statements?

610


Which sql server is best?

508


How to recover from sql injection? : sql server security

516


What is the difference between the 2 operating modes of database mirroring?

570


What program is used to store the data source file?

497






What is clustered primary key?

544


but what if you have to create a database with two filegroups, one on drive c and the other on drive d with log on drive e with an initial size of 600 mb and with a growth factor of 15%? : Sql server database administration

525


Suppose we have a table "MyTable" containing 10 rows, what query should be executed to update the odd rows "Salary" as 9000?

573


What is a join in sql? What are the types of joins?

515


What are unicode character string data types in ms sql server?

594


Why use update_statistics command in sql server?

547


Does the unique constraint create an index?

558


Explain ms sql server reporting services vs crystal reports?

492


Which autogrowth database setting is good?

613


What is the most common trace flags used with sql server?

507