Answer Posted / manohar sakare
A shell is a executable program, where all intereactive
unix commands are stored and executed giving final output.
(like DOS batch program).
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is columnar storage what is the advantage?
Please explain oracle left join with an example?
How to write an inner join with the where clause in oracle?
What do you mean by redo log file mirroring?
How to rename an index in oracle?
How can I combine multiple rows into a comma-delimited list in oracle?
What is a schema in oracle?
What is the difference between view and materialized view in Oracle?
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
What is define in oracle?
What is Data Dictionary Cache in Oracle?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
How to define a data field as not null?
Explain what are synonyms used for?
What are the varoius components of physical database structure of oracle database?