What is delete command in sql?



What is delete command in sql?..

Answer / Jitendra Singh Yadav

The DELETE command in SQL is used to remove records from a database table. The basic syntax is DELETE FROM table_name; where 'table_name' is the name of the table from which you want to delete data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How do I run pl sql in sql developer?

1 Answers  


What is the difference between sql and mysql?

1 Answers  


What are the different ddl commands in sql?

1 Answers  


how to calculate expressions with sql statements? : Sql dba

1 Answers  


what is the correct way of selection statement a. select/from/table_name/orderby/groupby/having b. select/from/table_name/groupby/having/orderby

5 Answers   HCL, JPMorgan Chase,


What is plpgsql language?

1 Answers  


Write a procedure to return the month and the number of developers joined in each month (cursor )

2 Answers   Tech Mahindra,


what are the different functions in sorting an array? : Sql dba

1 Answers  


ename empno deptno amar 1 10 akbar 2 20 anthonny 3 30 jonathan 4 40 write a procedure to dispaly the column values ina row separated by a deleimiter eg - input - select ename from emp '|' output - amar|akbar|anthony|jonathan input - select empno from emp '@' o/p - 1@2@3@4 input - select deptno from emp '/' o/p - 10/20/30/40 Pls answer this questn.

2 Answers  


Can we relate two different tables from two different users in ORACLE,PL/SQL?

4 Answers  


How can check sql version from command line?

1 Answers  


What is the usage of distinct keyword?

1 Answers  


Categories