Answer
What is an ID column?
An ID column is a column which assigns a unique identifying number to each row of a table. An ID column will be able to identify specific rows in the database. For example, in a customer table, you would have a column called CustomerID which would assign a unique number to each customer.
Work Step by Step
N/A