What is the Extension of Oracle Database? As extension of
Access Database is .mdb
Answer Posted / deepak mahapatra tcs
Popular Database file extension list:
mdb file icon.mdb - Microsoft Access database
accdb file icon.accdb - Office Access 2007 database file format
mdf file icon.mdf - Microsoft SQL Server primary datafile
ipd file icon.ipd - InstallPROG 6 EDBS install database
ldb file icon.ldb - MS Access Record-Locking Information
fdb file icon.fdb - Database file
dbf file icon.dbf - Database file
csv file icon.csv - Comma Separated Value file
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
what is difference between sql plus and sql*plus? (not sql and sql plus).
How to assign query results to variables?
How to define a data source name (dsn) in odbc manager?
Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.
Which is better Oracle or MS SQL? Why?
 How to use an oracle sequence generator in a mapping?
What is the difference between post-database commit and post-form commit?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
How to test null values?
Explain mutating triggers.
Using the relations and the rules set out in the notes under each relation, write statements to create the two sequence generators specified in the notes.
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?
What are temporal data types in oracle?
How to pass parameters to procedures in oracle?
How to create a temporary table in oracle?