All translations
Enter a message name below to show all available translations.
Found one translation.
| Name | Current message text |
|---|---|
| h English (en) | '''Explanation:''' 1. <code>SELECT ?nom ?prenom</code>: specifies that we want to display the values of the <code>?nom</code> and <code>?prenom</code> variables. 2. <code>WHERE { ... }</code>: defines the conditions the data must meet to be included in the results. |