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
Explain an automatic checkpoint
How to create a Master database in SQL server ?
Explain stored procedure?
How to create a user to access a database in ms sql server using "create user" statements?
What are various ways to enhance the ssrs report?
Explain system scalar functions?
Give me a SQL Query to find out the second largest company?
What do you understand by integration services in sql server?
User wants only to display only pdf as export option in report manager. How to achieve this?
Which language rdl files made of?
Can a table be moved to different filegroup?
How to check what was the last restore transaction LSN in Log shipping or Mirroring? when we don't have a Monitor or witness server.
How will you add a dimension to cube? : sql server analysis services, ssas
What is shared lock?
What are xml indexes?