ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Software  >>  Databases  >>  SQL PLSQL
 
 


 

 
 Oracle interview questions  Oracle Interview Questions
 SQL Server interview questions  SQL Server Interview Questions
 MS Access interview questions  MS Access Interview Questions
 MySQL interview questions  MySQL Interview Questions
 Postgre interview questions  Postgre Interview Questions
 Sybase interview questions  Sybase Interview Questions
 DB Architecture interview questions  DB Architecture Interview Questions
 DB Administration interview questions  DB Administration Interview Questions
 DB Development interview questions  DB Development Interview Questions
 SQL PLSQL interview questions  SQL PLSQL Interview Questions
 Databases AllOther interview questions  Databases AllOther Interview Questions
Question
how to remove records from table?
no name
1   a
2   b
1   a
2 b
3  c
 Question Submitted By :: Sophia
I also faced this Question!!     Rank Answer Posted By  
 
  Re: how to remove records from table? no name 1 a 2 b 1 a 2 b 3 c
Answer
# 1
delete From <table>;
 
Is This Answer Correct ?    12 Yes 3 No
Kriahna Chaitanya
 
  Re: how to remove records from table? no name 1 a 2 b 1 a 2 b 3 c
Answer
# 2
truncate table <tbl_nm>
 
Is This Answer Correct ?    8 Yes 3 No
Chinna
 
 
 
  Re: how to remove records from table? no name 1 a 2 b 1 a 2 b 3 c
Answer
# 3
Delete from table name where row_id not in (select min(no)
from table_name group by no)
 
Is This Answer Correct ?    2 Yes 4 No
Pratap
 
  Re: how to remove records from table? no name 1 a 2 b 1 a 2 b 3 c
Answer
# 4
delete from table name;
or truncate table name;
 
Is This Answer Correct ?    2 Yes 2 No
Pratap
 

 
 
 
Other SQL PLSQL Interview Questions
 
  Question Asked @ Answers
 
how to create a database in oracle?  2
Give the structure of the function ?  1
What is the Subquery?  2
Give which cursor is better for better performance means type of cursors?  1
Does SQL*Plus contains pl/sql Engine? TCS1
if i perform any operation on views such as insert, delete etc will my base table get affected?????  3
how do u call in & out parameters for stored procedures? A1-Technology7
what is meant by forward declaration in functions?  2
What is a self join ? BirlaSoft5
Types of joins ? Digital-GlobalSoft3
If a View on a single base table is manipulated will the changes be reflected on the base table?  3
Explain UNION,MINUS,UNION ALL, INTERSECT?  1
how to create object in plsql TCS1
When we give SELECT * FROM EMP; How does oracle respond? Accenture14
How to improve the performance of a pl/sq stored procedures or functions or triggers and packages ? IBM7
How do you handle exceptions. Give the syntax for it? Microsoft1
What is the basic structure of PL/SQL ?  4
what is oracle sql,pl/sql with interfaces TCS1
define a variable representing the expression used to calculate on emps total annual remuneration.use the variable in a statement which finds all emps who can earn 30000 a year or more.  2
What is an index and types of indexes. How many number of indexes can be used per table ? BirlaSoft4
 
For more SQL PLSQL Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com