What is the Extension of Oracle Database? As extension of
Access Database is .mdb
Answers were Sorted based on User's Feedback
Answer / 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 |
what is the syntax of ALTER command?
What are the limitations of check constraint?
What is a recycle bin in oracle?
Can anyone give me information about oracle certification
How to get a list of all tables in the database?
Can a formula column be obtained through a select statement ?
Which Database is the best for the Security issue ? 1. DB2 2.SQL Server 3.MySQL 4.ORACLE
Which dictionary tables and/or views would you look at to diagnose a locking issue?
How do I manually create a database in oracle?
We need to compare two successive records of a table based on a field. For example, if the table is CUSTOMER, and the filed is Account_ID, To compare Account_IDs of record1 and record2 of CUSTOMER table, what can be the query ?
How to define an explicit cursor in oracle?
t1 col1 col2 nishi 5000 lucky 6700 akash 7000 i want that a query that when i insert 7000 it will show me data already present and data will not insert. if data is not present it will insert.