Sql - How to Hide Column in Select
I Have Two Tables "Contract" and "Worker". I Need to Find the Worker Which Has the Most Holidays Left. However, I Only Need to Print His Name, Not the...
I have two tables "contract" and "worker". I need to find the worker which has the most holidays left. However, I only need to print his name, not the holidays.
SCHEMA
Contract:
Contract_ID (PK)
Worker_ID (FK)
holidays
Worker
Worker_ID (PK)
Name
SAMPLE DATA:
contract
worker