How to find out name of all employees who has salary less
than 200 Rs.?
Answer Posted / tasneemuddin
Select <Employee Name Field> From <Table Name> Where <Salary
Field> < 2000
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are “lost updates”?
What is snapshot report?
What is the use of RDBMS?
What is the Disadvantage of indexed sequential file.
How to convert numeric expression data types using the cast() function?
Tell me in brief how sql server enhances scalability of the database system?
How can windows applications connect to sql servers via odbc?
Indexes are updated automatically is the full-text index also updated automatically?
What are the advantages of policy management?
Tell me the use of keyword with encryption. Create a store procedure with encryption?
What is save transaction and save point?
What is conditional split?
code to create procedure for taking databse backup in sql server or i have the query for it but what it's query returns means i want to show on my jsp that the databse backup has been taken on the basis of that return value.does it returns 0 or 1.wat is the code for that
What is a derived table?
Why should one not prefix user stored procedures with ‘sp_’?