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 is an escape character in sql?

0 Answers  


What is a schema sql?

0 Answers  


what are the advantages and disadvantages of cascading style sheets? : Sql dba

0 Answers  


How to run sql functions in pl/sql?

0 Answers  


How does stored procedure reduce network traffic?

0 Answers  






When do we use triggers?

0 Answers  


Explain 3 basic parts of a trigger.

0 Answers  


What is an invalid partition table?

0 Answers  


create a store procedure and created synonms for that store procedure after modify that store procedure will effect on synonms? If we delete the store procedure what happened to that synonms?

2 Answers   Polaris,


how to create a new table by selecting rows from another table in mysql? : Sql dba

0 Answers  


what is 'mysqlshow'? : Sql dba

0 Answers  


Fetch an entire row from the employees table for a specific employee ID:

2 Answers  


Categories