+ 2
Create index
Hello, Is it possible to create an index with two attibutes from two different tables ? If yes, can you give me an example or explain me, please? Thank you
2 odpowiedzi
+ 5
you can make indexes using any key attribute in SQL.
+ 4
Do you want to join two tables?