Write the function to update() to accept the values as parameter and update the record according to the passed values. Assuming that values exist in the table.
Write the python function to accept the employee name as parameter and find out whether record present in the table or not. (Assuming that table already exist)
Write a function update() to accept the values as parameter and update the record according to the passed values. Assuming that values exist in the table.
Write the python function to accept the name as parameter and find out whether record present in the table or not. (Assuming that table already exists)