Names

Report a typo

Select all distinct first and last names from the table customers (first_name VARCHAR(40), last_name VARCHAR(40), phone_number INT), and the table suppliers (last_name VARCHAR(40), first_name VARCHAR(40), city VARCHAR(20), phone_number INT).

Write an SQL statement





___

Create a free account to access the full topic