What data structure does mysql use?



What data structure does mysql use?..

Answer / Kuldeep Chahal

MySQL primarily uses tables as its main data structure. Each table contains rows (records) and columns (fields). Additionally, it supports other data structures like indexes, views, stored procedures, and triggers.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How to make a copy values from one column to another in mysql?

1 Answers  


How to execute mysql query in php?

1 Answers  


i made a table whih contain a column "Photo" with image data type and i want to insert the byte of a picture present in my hardisk using insert statement in that colum... so what will be my insert statement?

1 Answers  


Is blocked because of many connection errors mysql?

1 Answers  


What is mysql_connect?

1 Answers  


What are the features of mysql?

1 Answers  


How large can a mysql database become?

1 Answers  


What's the latest version of mysql?

1 Answers  


What is the usage of "i-am-a-dummy" flag in mysql?

1 Answers  


What is the latest mysql version?

1 Answers  


What are the reasons for selecting lamp (linux, apache, mysql, php) instead of combination of other software programs, servers and operating systems?

1 Answers  


How do I edit a database in mysql workbench?

1 Answers  


Categories