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
Give an example of why you would want to denormalize a database
what's the difference between a primary key and a unique key? : Sql server database administration
Write the queries for commands like Create Table, Delete table, Drop Table etc.
List the different index configurations possible for a table?
How to see the event list of an existing trigger using sys.trigger_events?
Can select statements be used on views in ms sql server?
What is query processing?
What happens on checkpoint?
Explain security with sql azure?
How are the unique and primary key constraints different?
What is key set driven?
What Are the Main Features of SQL Azure?
If the job running very slow what is the action you do
Is it possible in sql table to have more than one foreign key?
What is a trigger what are the advantages of trigger?