Questions

3 Marks Each

🎯

Test yourself on this topic

14 questions · timed · auto-graded

Question 13 Marks
Write the python function delete() to delete the record In the student table according to the employee number passed as parameter.
View full question & answer
Question 23 Marks
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.
View full question & answer
Question 33 Marks
Write function insert() to insert the new row in table emp. The function will take the values as parameter.
View full question & answer
Question 43 Marks
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)
View full question & answer
Question 53 Marks
WAF update_record_rool(n) to read the student number as parameter and update the record in student table.
View full question & answer
Question 73 Marks
Write the python function delete() to delete the record In the student table according to the rollno passed as parameter.
View full question & answer
Question 83 Marks
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.
View full question & answer
Question 93 Marks
Write function insert() to insert the new row in table student. The function will take the values as parameter.
View full question & answer
Question 103 Marks
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)
View full question & answer
Question 113 Marks
Write the python function to accept the rollno as parameter and find out whether record present in the table or not
View full question & answer
Question 133 Marks
Write the python function to accept the employee number as parameter and find out whether the record is present in the table or not.
View full question & answer
3 Marks Each - Computer Science STD 12 Science Questions - Vidyadip