select empid empname from employee
What is the result for the about query?
Answer Posted / kalyana chakravarthy maddipati
There should be a , between empid and empname like empid,empname if not empname will be taken as Alias name for empid ie, all the results empid will be displayed with a column heading as empname
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is ssrs?
Explain external key management in sql server 2008
how to invoke a trigger on demand? : Sql server database administration
How can sql server instances be hidden?
Which database stores information about replication?
How is table type constraint applied to a table?
What is tabulation?
What happens to a statement batch if there is a compilation error?
What is identity?
Is BCNF better than 2NF & 3NF? Why?
You have a table with close to 100 million records recently, a huge amount of this data was updated now, various queries against this table have slowed down considerably what is the quickest option to remedy the situation?
Explain the microsoft sql server delete command?
What is an inner join?
How to define output parameters in stored procedures?
What is the parse query button used for?