Hello :)
i want to write an SQL update statement that doubles the number of portions for all recipes with the type 'dinner'.
Here is my relation
Recipe(recipe_id, rname, type, portions)
Any idea??
i want to write an SQL update statement that doubles the number of portions for all recipes with the type 'dinner'.
Here is my relation
Recipe(recipe_id, rname, type, portions)
Any idea??