I have a create table SQL statement with the following column:
status_id tinyint not null,
Is there any additional keyword to make it with indexed column?
1
I have a create table SQL statement with the following column:
status_id tinyint not null,
Is there any additional keyword to make it with indexed column?
1