SQL Articles
-
How to update record into a table using JDBC API
srajani1997@gmail.com | 17 December 2020 | 1605
JDBC stands for Java Database Connectivity which is a Java API that can be access any kind of tabular data, especially data stored in the relational database. To interact with database thin driver is needed. … CONTINUE READING
-
How to connect MySQL database in Python using MySQL Connector module
anjaligayam@gmail.com | 27 November 2020 | 2110