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 are joins in sql and what are the different types of joins?
What is triggers and stored procedures?
What are the advantages of paper records?
Do you know data definition language, data control language and data manipulation language?
What's new in sql management studio for sql server? : sql server management studio
Is INSTEAD OF trigger directly applicable to Table ?
Can we store videos inside the sql server table?
How do you improve the performance of a SQL Azure Database?
What is a bit datatype?
What are different types of statement?
What is query processing?
What are the types of lock supported by ?
When I delete any data from a table, does the sql server reduce the size of that table?
How efficient you are in oracle and SQL server?
What are user-defined functions (udfs) in sql server?