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 |
Can we use out parameter in function?
how to convert character strings to numeric values? : Sql dba
What do we need to check in database testing?
How to assign sql query results to pl sql variables?
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
What is a trigger ?
11 Answers Accenture, BirlaSoft,
Store procedure will return a value?
How can you know that statistics should be updated?
What are wait events. Describe the wait event tables.
What is delimiter in pl sql?
How to fetch common records from two tables?
Can we rename a column in the output of sql query?