Oracle precompiler translates the EMBEDDED SQL statemens into ?
Answer / daid kumar
translates the embedded SQL statements into standard Oracle
runtime library calls, and generates a modified source
program that one can compile, link, and execute in the
usual way. Examples are the Pro*C Precompiler for C,
Pro*Cobol for Cobol, SQLJ for Java etc
Is This Answer Correct ? | 3 Yes | 1 No |
What is the difference between internal and external schema?
What is big data database?
What are the types of database management system?
I have one Excel file with 80,000 Records. Now I need to load that whole file into Oracle Database with same columns in Excel sheet . How can i do that?
Why rdbms is called relational?
Is sql a rdbms?
What is a database management system and give examples?
Let?s say you have 100,000 records and you want to delete 95,000 at a time and keep only 5 thousand. But in local memory you don?t have enough space for 95,000 records. What do you do in this case? How do you delete without any problem with time and performance?
is it sufficient to normalize a database up to 3NF?
Is it possible to modify a Datatype of a column when column contains values?
What is the relationship?
What do you mean by buffer manager?