cbrk
0
Q:

sql as

-- AS is a keyword that allows you to rename a column or table using an alias
SELECT column_name AS 'Alias'
FROM table_name;
1
SELECT CustomerID AS ID, CustomerName AS Customer
1

New to Communities?

Join the community