Browse by Domains

SQL

jdbc tutorial

JDBC Tutorial – What is JDBC and Examples of it

JDBC stands for Java Database Connectivity. It is a specification from Sun Microsystems with a standard abstraction.  Many questions arise, like Why JDBC? What was present before JDBC? What is the purpose of using the JDBC? How can we use it? etc., This JDBC tutorial was designed with maximum efficiency with all the facts and […]

JDBC Tutorial – What is JDBC and Examples of it Read More »

SQL Practice Questions | Structured Query Language Questions

Get your hands dirty while playing with some interesting SQL queries. PART 1 This covers SQL basic query operations like creating databases forms scratch, creating a table, insert values etc. It is better to get hands-on in order to have practical experience with SQL queries. A small error/bug will make you feel surprised and next

SQL Practice Questions | Structured Query Language Questions Read More »

SQL Tutorial for Beginners | What is SQL (Structured Query Language)?

What is SQL? SQL stands for Structured Query language. SQL is the language to operate databases. Now, what is Database? Okay, let’s go back and get from scratch…. Introduction to databases: A database is an organized collection of data. Data is basically information that exists in a variety of forms. Data is everywhere. People upload

SQL Tutorial for Beginners | What is SQL (Structured Query Language)? Read More »

Scroll to Top