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
What is collation?
How to delete duplicate rows from table except one?
What is bcnf normalization form?
What are four major operators that can be used to combine conditions on a where clause?
what are the three command line utilities and what are their primary functions?
How to defragment table indexes?
Which table keeps information about stored procedures?
Which language is supported by sql server?
how to trace the traffic hitting a sql server? : Sql server database administration
What is a view in sql?
How to create median function?
What are the different types of replication you can set up in sql server?
What is the server name in sql server?
What is implicit mode in sql server?
What is the data tier application?