What is JDBC? JDBC stands for Java Database Connectivity. JDBC provides the APIs for the Java programming language using which we can connect to the
Category: Blogs
An English Literature Degree! Creative thinking and rigorous analysis. At the degree level studying English Literature will set you up to pursue careers in respective
How to create Triggers in MySQL? Triggers in MySQL are programs created on table which are invoked automatically when we perform any operation on that
Mobile games Generations play along! In the earlier blog that is Games we love to play, we saw Majorly about PC games now in this
What is View in MySQL? When we want to write a complex query that we are using multiple times in the code, instead of writing
Games do change the generations… Early days there was only a desktop PC (Personal Computer) and video games cassette which came with tons of games in it.
What is Error Handling in MySQL? Error Handling in MySQL is mainly in stored procedures if any error occurs while executing the stored procedure code.