Java Expt 10
Java Expt 10
Please check the MySQL database to verify that the
Successfully stored and confirm the connectivity using JDBC
‘
SQL Query
CREATE DATABASE mydb;
USE mydb;
CREATE TABLE ‘users’ (
id INT,
sername VARCHAR(30),
password VARCHAR(30),
fullname VARCHAR(50),
email VARCHAR(50)
i|
|
|
register.html
Fill the Below details