answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What file organization is used in mysql?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How to open myd file?

With mysql database.


Which organization developed MySQL?

MySQL was developed by Oracle and is named after co-founder Michael Widenius's daughter, My.


What is the file extension on a database file?

MySQL is the one of the most popular open source SQL database management system with million copies of its software which is downloaded or distributed throughout history. MySQL has become the top most choice for web, Telecom companies etc. Generally MySQL is a part of LAMP (Linux, MySQl and Apache) and is known as the fastest growing software of open source.But because of some reasons, this file get corrupt and this is very embarrasing for people those who use MySQL. However to repair such corruption, it requires to use some powerful tool like MySQl file repair tool which can help you to fix the corruption issue.http://mysql.filerepairtool.net


What is the role of the insert command in MySQL?

The INSERT statement in MySQL is used to add data to a table. The INSERT INTO command inserts one or more rows into a MySQL table. For single row insertion you need to use the following syntax: INSERT Into table_name(column_1,column_2,column_3) VALUES(value_1, value_2, value_3); To speed up the process, you can use additional MySQL database management tools. For example, in dbForge Studio for MySQL, you can use the Generate Script as feature to insert one or more rows into a MySQL table.


What is file organization in DBMS?

file organization


How can you export data from MySQL to PDF using PHP?

If you know FPDF or simlar library which helps to make a PDF file, using PHP,you will be able to write to a PDF file out of data read from mysql tables.


How can you overcome the problems of a flat-file database?

Store it in MySQL or use more then one flat-file DB...


What are Different types of file organisation in DBMS?

Heap file organization Sequential File Organization Hashing File organization


How do you store pdf file to database using PHP?

Files cannot be directly stored in a MySQL database. However, a path to the file or the contents of the file can.


How do you use MySQL in phpMyAdmin?

open config.inc.php file located in phpMyAdmin directory, change the settings , and then save the file and run the phpMyAdmin application.


What is Primary file organization unordered?

Primary file organization is the way in which we determine how the file records are physically placed on the disk and hence, how the records can be accessed. Unordered means that there is no particular order in this way, i.e. a heap algorithm is used.


What is multikey file organization?

to have a data file with multiple access path is known as multi key file organization