How to find out name of all employees who has salary less
than 200 Rs.?
Answer Posted / aditya
select *from <table name>where sal<20
| Is This Answer Correct ? | 7 Yes | 11 No |
Post New Answer View All Answers
Difference between report and query parameter. Why do we need different type of parameter?
Explain left outer join and right outer join?
How to defragment table indexes?
What are the differences between char and nchar in ms sql server?
What is clr ddl trigger?
What is the difference between a unique key and primary key?
What is “begin trans”, “commit tran”, “rollback tran” and “savetran”?
Explain Geometry datatype in sql server 2008 with example
What is difference between foreign key and unique key?
What is subreport?
What happens if strings are casted into wrong code pages in ms sql server?
What is sql server schema compare? How we can compare two database schemas?
How to return the second 5 rows in ms sql server?
Does a specific recovery model need to be used for a replicated database? : sql server replication
Explain the rules for designing files and file groups in sql server?