站内搜索: 请输入搜索关键词
当前页面: 图书首页 > MySQL Tutorial

MySQL Tutorial

[ Directory ] Previous Section Next Section

Exercises

1:

Write a query that lists an employee's name and all her skills.

2:

Write a query using a LEFT JOIN that lists clients who have not had any employees working for them on assignment.

3:

Rewrite your query from exercise #2 to use EXISTS.


    [ Directory ] Previous Section Next Section