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
Explain the difference between primary keys and foreign keys?
What is the difference between function and stored procedure in sql server?
How extra digits are handled with numeric data type literals?
What is data set in report?
What is a user-defined function in the sql server and what is its advantage?
What is collation sensitivity? Explain different types.
How to find out the list schema name and table name for the database?
How to create median function?
Can we call future method from trigger?
What is transaction server isolation?
How to enter unicode character string literals in ms sql server?
What are the different types of cursor?
How to modify the underlying query of an existing view?
What is an entity-relationship diagram (erd)?
List out the different types of locks available in sql server?