3. Customerid is key in both Orders O and Customers C tables. Complete below to select records that exists in both table
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
3. Customerid is key in both Orders O and Customers C tables. Complete below to select records that exists in both table
3. Customerid is key in both Orders O and Customers C tables. Complete below to select records that exists in both tables. SELECT O.orderid, O.desc, C.name FROM Orders O