Provide an example table of your own devising, incorporating a spatial index. Show the SQL required to create spatial index on the table definition you provide. Show the SQL that would be required to output the coordinates of the points (x element, y element) in a human-readable format. Explain why you cannot simply use a "Select *" statement to obtain this.