The challenge to handle Catering Proposal can consume your time and effort and overwhelm you. But no more - DocHub is here to take the hard work out of editing and completing your papers. You can forget about spending hours editing, signing, and organizing paperwork and stressing about data protection. Our solution provides industry-leading data protection measures, so you don’t have to think twice about trusting us with your privat information.
DocHub supports different data file formats and is accessible across multiple platforms.
hey everybody in this video Im going to show you how we can update and delete data from a table in my example we have a table of employees however Sheldon Plankton is missing some information and hourly pay and a higher date lets update those fields to update some data in a table we would use the update keyword the name of the table employees in my example then set which column would we like to interact with first lets interact with hourly pay set hourly pay lets pay Plankton ten dollars and 25 cents per hour we should probably add a where Clause I need to specifically select Plankton where lets select his employee ID where employee ID equals six then semicolon to end the statement you could also select Plankton by his first name or last name as well when I execute the script Planktons hourly pay is now 10.25 cents per hour to update multiple columns you can change more than one field at once after your first change you can add a comma then change another field lets change Plank