Which of the following practices are considered bad practices? (Choose all that apply.)

A.
Aliasing columns by using the AS clause
B.
Aliasing tables by using the AS clause
C.
Not assigning column aliases when the column is a result of a computation
D.
Using * in the SELECT list