How to find out name of all employees who has salary less
than 200 Rs.?
Answer Posted / praveen kumar.dandu
select ename from emp where sal<200
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Explain about thread and memory management process of SQL?
How many clustered indexes there can be on table ?
What is compound operators?
How to sort query output in descending order in ms sql server?
What is an indexed view?
What are rows and columns?
Ms sql server index?
Suppose i have a table that contains 5 columns like col1,col2...colm5.I want to import only two column through BCP utility.How to do same through BCP in sybase.
What are cursors and when they are useful?
How to write a query with a full outer join in ms sql server?
How can you find out which stored procedures are recompiling?
What are the types of subscriptions in SQL Server replication?
Explain what is the purpose of sql profiler in sql server?
Which autogrowth database setting is good?
Can truncate be rolled back?