1Z0-450 · Question #6
View the Exhibit. To display only the names of all cities In Italy, you could perform which two tasks?
The correct answer is A. Run the following SQL query in the SQL Commands worksheet area. E. Use Query Builder to select the countries and locations tables. A (not D): The WHERE constraints " countries.country_id=locations.country_id" ensures that a correct join is made on the two tables. Only the City column in displayed through the SELECT statement E: Join between the tables. Put a condition on the Country_name. Only display the…
Question
View the Exhibit. To display only the names of all cities In Italy, you could perform which two tasks?
Exhibit
Options
- ARun the following SQL query in the SQL Commands worksheet area.
- BUse Query Builder to select the countries and locations tables.
- CUse Query Builder to select the countries and locations tables.
- DRun the following SQL query in the SQL Commands worksheet area.
- EUse Query Builder to select the countries and locations tables.
How the community answered
(35 responses)- A80% (28)
- B3% (1)
- C11% (4)
- D6% (2)
Explanation
A (not D): The WHERE constraints " countries.country_id=locations.country_id" ensures that a correct join is made on the two tables. Only the City column in displayed through the SELECT statement E: Join between the tables. Put a condition on the Country_name. Only display the City column
Topics
Community Discussion
No community discussion yet for this question.
