| SQL Simple -> | Create Indexed Table |
Suppose that we want to create indexed list of Customers that purchased something
in the past (Customers that exists in Invoice records). This is a simple task.
Lets see the syntax.
The table Invoice_Customers will look like this:
Create index:
If you will want to remove index - the command is:
|