This document outlines a practical exercise involving JDBC to insert and retrieve data from a database. It includes a Java program that connects to a MySQL database, creates a table named 'Employee', and handles potential SQL exceptions. The student's name is Mavani Ashish Shantilal, and the roll number is 47.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
10 views1 page
PracticalNo18 2
This document outlines a practical exercise involving JDBC to insert and retrieve data from a database. It includes a Java program that connects to a MySQL database, creates a table named 'Employee', and handles potential SQL exceptions. The student's name is Mavani Ashish Shantilal, and the roll number is 47.
Name: Dipak Munde Roll No: TE21261 A4: Write A Program To Insert and Retrieve The Data From The Database Using JDBC. Program: // Program To Insert Data Into Database