Posts by Stell • 131 points
3 posts
-
2
votes1
answer702
viewsQ: Command to display a record limit in a table
Supposing that a database have a table locacoes, which SQL command would display between the tenth and twentieth record of this table, ordered by the field titulo?…
-
9
votes3
answers25430
viewsQ: SQL command to display specific records from the "id" field
Which SQL command would display the records where the field id were 22, 23, 25 and 27?
-
2
votes2
answers81
viewsQ: which SQL command would display records where the Lastname field is "Duck" and the date in the Birthdate field is greater than 01/01/1950?
Considering the table, which SQL command would display the records where the Lastname field is "Duck" and the date in the Birthdate field is greater than 01/01/1950?…