4 lines
340 B
Plaintext
4 lines
340 B
Plaintext
19. write a java code to implement jdbc connectivity to insert records into tables to demonstrate PreparedStatement.
|
|
20. write a java code to implelment jdbc connectivity to insert records into the tables using positional parameter
|
|
21. write a java code to implement jdbc connectivity to delete records from table to demonstrate Statement.
|