how to insert the records in particular position



how to insert the records in particular position..

Answer / rr

insert into table_name (particular column name) values (column value)
if it is string value give in single quote

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How do you modify a column in sql?

0 Answers  


What is the difference between Union and Union all. Which is faster.

0 Answers  


write a procedure to print a statement or number not using "dbms_output.put_line" package.write a procedure instead of it using procdure name as "print" ex:- declare a number:=2; begin print(a); end; /* when U type above procedure 2 have to should be printed*/

2 Answers   iFlex,


Is it possible to access the current value in a session before accessing next value?

1 Answers  


Where the integrity constrints are stored in Data Dictionary?

1 Answers  






What are keys in sql?

0 Answers  


how can we destroy the cookie? : Sql dba

0 Answers  


What are some emotional triggers?

0 Answers  


How to start the command-line sql*plus?

0 Answers  


how do you control the max size of a heap table? : Sql dba

0 Answers  


will function return more than one value how

9 Answers   Accenture,


define join and explain different type of joins? : Sql dba

0 Answers  


Categories