select empid empname from employee
What is the result for the about query?
Answer Posted / vinayak
select empid,empname from employee
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How to use order by with union operators in ms sql server?
What is sql server transaction log file?
What is sharding?
How to select an exiting database using mssql_select_db()?
How to store and query spatial data?
Name 3 ways to get an accurate count of the number of records in a table?
Explain the advantages of merge replication?
Explain about local stored procedure?
What is sql server english query?
What is the new security features added in sql server 2016? : sql server security
How sql server enhances scalability of the database system?
List some major differences between triggers and stored procedures?
How to use copy and concatenate commands in SQL?
What is user-defined inline table-valued function?
John exports information periodically from a microsoft sql server database to an oracle database what is the best way to do this?