I have a simple database over a hotel, this is for a cleaning service so I have a column named "status", this column has type int and are defined as 0 when a new room is added to database.
Problem is I would like the output of this column's value to be "Not cleaned" instead of "0". And "Cleaned" if the value is "1".
Any idea of how I can do this in the easiest way possible? I'm using Visual Studio 2015.
Thanks!