Who i will insert 1 lacks record in a Database table
Answer Posted / kuldeep
CREATE TABLE A
(
ID NUMBER
)
NOLOGGING;
INSERT /*+APPEND*/ INTO A(ID)
SELECT LEVEL
FROM DUAL
CONNECT BY LEVEL <= 100000;
COMMIT;
SELECT *
FROM A;
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can we save images in a database and if yes, how?
What is the database name in oracle?
Differentiate between pre-select and pre-query?
What are the uses of synonyms?
how to do daily transactions with out sql* loader control file regesterd in apps?
Can you drop an index associated with a unique or primary key constraint?
what is the scripts in data base?
How to save query output to a local file?
How to Truncate Table in Oracle
What is bulk collect in oracle?
What do you understand by database schema and what does it hold?
Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..
Database is hung. Old and new user connections alike hang on impact. What do you do? Your SYS SQLPLUS session IS able to connect.
What is Library Cache in Oracle?
How to create lov dynamically at runtime & attach to text field?