|
|
-
|
|
It is a poor programming practice to use SELECT * when defining a view because:- it is not clearly defining the columns, you have to select from the view or inspect the underling tables to see the columns and their type- it can be damaging for performance to allways return all the rows when maybe yo......
|
|