Alex
Alex

Reputation: 68070

SQLite doesn't have KEYs?

I see I can add PRIMARY KEY, UNIQUE or FOREIGN KEY.

but no KEY like in MySQL ?

How do I get a column indexed?

Upvotes: 0

Views: 73

Answers (1)

Erik Ekman
Erik Ekman

Reputation: 2066

It is called INDEX, see docs

Upvotes: 1

Related Questions