I want to make a double in a table, lets say its a restaurant for example
create table Restaurant(
RestaurantName varchar(17),
rating double?
);
Basically if you wanted it to be rated out of 5 the Restaurant, how would you go on doing that? So it could be like 4.25 or 3.91 or anything from 0-5.0