Files
archived-presentations/slides/sqlite/index_create.xml
2004-03-09 16:41:39 +00:00

10 lines
231 B
XML

<slide title="Index Creation">
<blurb fontsize="4em">
Unlike in MySQL where indexes can be a part of the table definition in SQLite they need to be
created independently.
</blurb>
<example filename="index_create.php" />
</slide>