what is the syntax of DELETE command?

Answer Posted / sujata

delete from emp;

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are archived logs?

1712


Is oracle a programming language?

564


What is save point in oracle database?

725


What happens to the current transaction if the session is ended?

525


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'));

1179






In what script is snap$ created? In what script is the scott/tiger schema created?

2243


Why do we need integrity constraints in a database?

584


Describe an oracle table?

567


What is a nvl function? How can it be used?

559


What are the oracle built-in data types?

560


Explain overloading. Can functions be overloaded?

568


How can windows applications connect to oracle servers?

518


How many types of tables are there in oracle?

574


How to create a temporary table in oracle?

687


What is the meaning of recursive hints in oracle?

530