• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/7

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

7 Cards in this Set

  • Front
  • Back
create index
CREATE INDEX index_name
table (field(index_length)

-if indexing for table join both tables must be indexed
-DBMS (MySQL) manages index after they have been created
dummy1
1
dummy2
2
dummy3
3
dummy4
4
dummy5
5
like
Usage

e.g.
where description like '%unknown%'