Find all employees in Dept “Marketing”.
Answers were Sorted based on User's Feedback
Answer / guneetinder singh
select ename from emp where deptname = 'Marketing'
ename = employee name.
deptname= department name
Is This Answer Correct ? | 4 Yes | 0 No |
what is the use of rank function?
How many file formats are supported to export data?
definition of cluster and non-clustered index?
Explain an exception?
in account table account type amount ac1 credit 300 ac2 debit 5000 ac3 credit 3000 ac1 debit 4000 ac3 debit 2000 ac2 credit 4000 write a query how to get sum of credit & sum of debit
Explain the use of analyse option in exp command.
What privilege is needed for a user to connect to oracle server?
Which is faster join or subquery in oracle?
How to create an oracle database?
What is a Shared SQL pool ?
how to get count of tables in particular database in Oracle?
What is SGA ? How it is different from Ver 6.0 and Ver 7.0 ?