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

Can we use out parameter in function?

4 Answers   Infosys,


how to convert character strings to numeric values? : Sql dba

0 Answers  


What do we need to check in database testing?

0 Answers  


How to assign sql query results to pl sql variables?

0 Answers  


table name :Tab fields name 1.trx_no (pk) 2.trx_date 3.account code (7 char) 4.account type (1 char) 5.amt Tab contains account code day wise debit and credit transaction , account type fiels can have 2 value D for debit and c for Credit . write a query to display the account code wise total debit and credit bal for the month of april 2004. write a query to display account code wise new amt credit for the april 2004

2 Answers   Maruti Suzuki,






What is a trigger ?

11 Answers   Accenture, BirlaSoft,


Store procedure will return a value?

4 Answers   eMids,


How can you know that statistics should be updated?

0 Answers  


What are wait events. Describe the wait event tables.

1 Answers   CTS,


What is delimiter in pl sql?

0 Answers  


How to fetch common records from two tables?

1 Answers  


Can we rename a column in the output of sql query?

0 Answers  


Categories