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 the difference between coalesce() & isnull()?
in a table is b in column k (manikanta,sivananda,muralidhar) i want result like (mnikanta,sivnanda,murlidhar) please slove it
What is tablix?
What is the query and subquery?
What is a deadlock and what is a live lock?
What is a covered index?
How to make a column nullable?
How to Insert multiple rows with a single insert statement?
What are the recovery models in sql server 2000?
Tell me what is fill factor?
What is a covering index?
What is a data collection table?
How to insert data into an existing table?
How to link tables in sql server?
What is the difference between count () and rowcount ()?