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 a trigger oracle?
what is host string in sql plus? how does it related to database?
What is use of oracle?
How many data types are supported?
what is the syntax of DROP command?
What is the purpose of tables, private synonyms and public synonyms in Oracle?
How to retrieve values from data fields in record variables?
1:-How to write to update command in a procedure in oracle which update two different table at a time 2:-How to write the select command in a procedure in oracle which give multiple records
can a view be updated?
If a table column has is UNIQUE and has NOT NULL, is it equivalent to a PRIMARY KEY column?
How to import one table back from a dump file?
What is tablespace in oracle? how can we create? how is it manage? . . . Thnx 2 All in Advnc....:)