how to remove records from table?
no name
1 a
2 b
1 a
2 b
3 c
Answer Posted / kriahna chaitanya
delete From <table>;
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
Mention what are different methods to trace the pl/sql code?
Is big data nosql?
Is delete faster than truncate?
What is the default isolation level in sql server? : Transact sql
what is a database lock ? : Sql dba
How do you break a loop in pl sql?
Can you join a table to itself?
What is the maximum number of columns in sql table?
what is the difference between union and union all? : Sql dba
Which data type is a composite type?
If a cursor is open, how can we find in a pl/sql block?
What is sql dialect?
What are different methods to trace the pl/sql code?
What does where 1 1 mean in sql?
What is a unique key and primary key and foreign key?