adspace
what is the difference between myisam static and myisam dynamic? : Sql dba
Answer Posted / Shishpal
MyISAM Static tables have a fixed table size, which means they cannot be resized once created. MyISAM Dynamic tables can be resized as needed by adding or removing rows from the data file (.MYD).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Do we need to rebuild index after truncate?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
what is schema? : Sql dba
how many tables will create when we create table, what are they? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
what are aggregate and scalar functions? : Sql dba
define sql insert statement ? : Sql dba
what are all the common sql function? : Sql dba
what is dbms? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
What is the current version of sql?
What is the current version of postgresql?
Can we rollback truncate?
Does group by remove duplicates?
How do I remove duplicates in two columns?