The syntax of every SQL query is the same:

%%visits: 5 Use SELECT to choose the columns you want to return.

Use FROM to choose the tables where the columns you want are located.

Use WHERE to filter for certain information.

backlinks