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

What are literals in sql server?

0 Answers  


Name the operator which is used in the query for pattern matching?

0 Answers  


what is the difference between truncate and drop statements? : Sql dba

0 Answers  


scope of exception handling in plsql

4 Answers   Wipro,


What is replication id?

0 Answers  






What are the two types of exceptions in pl/sql?

0 Answers  


What is java sql package?

0 Answers  


type type_name is table of varchar2(30) index by binary_integer for the above type you have to create a identifier... like identifier_name type_name; for the above type you can use the below methods..like first , last , prior, next , delege..etc...like this.. if you create a cursor...like cursor cursor_name is select * from scott.emp; is there any methods like above to use prior, fist , last , next , trim ,etc...

1 Answers   Satyam,


Can i possible to see Table Details ? Ex : Table Name Date Time User Emp May/18/2010 12:59pm Scott

3 Answers  


What is TABLE SPACE?

4 Answers   ABB, TCS,


what are local and global variables and their differences? : Sql dba

0 Answers  


Why we use sql profiler?

0 Answers  


Categories