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
Define outer join in sql server joins?
What is ms sql server service broker?
Tell me what are cursors and when they are useful?
What are the different authentication modes in sql server?
What is the parse query button used for?
Differentiate between a having clause and a where clause.
What is use of dbcc commands?
How to use linked server?
Relational calculus is what type of language?
What are different types of collation sensitivity?
How to create median function?
What are the steps to process a single select statement?
Can we use pragma autonomous_transaction in trigger?
You have several tables, and they are joined together for querying. The tables contain both clustered indexes and non clustered indexes to optimize performance, how should you distribute the tables and their indexes onto different file groups?
How to how to convert numeric expression data types using the convert() function??