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
What is the difference between seek predicate and predicate?
1)what is the difference between Reinitializing a Subscription and synchronization the subscription? 2)when to use reinitializing ? 3)when to use synchronization? 4)when adding table or deleting a table what to do?(reinz.. or syn) 5)when adding a column what to do?
How do you migrate data from mssql server to azure?
How to use transact-sql statements to access the database engine?
What is rolap and its advantage? : sql server analysis services, ssas
What are the lambda triggers?
How would you choose between a clustered and a non-clustered index?
Is it possible to import data directly from t-sql commands without using sql server integration services? If so, what are the commands?
How to create a view and a stored procedure in ms sql server using "create view/procedure" statements?
How can you list all the columns in a database?
What is sparse columns of sql server 2008?
What are various aggregate functions that are available?
What are the properties and different types of sub-queries?
Why do we use trigger?
How can you find out which stored procedures are recompiling?