What is meant by SQL? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

What is meant by SQL?

And how it works with java? Instead of sql is there any other path to perform the same function

25th Jun 2018, 12:17 PM
Nikita Desale
Nikita Desale - avatar
11 Answers
+ 5
SQL means Structured Query Language. It is used to create and manage databases. There are Java Classes that let you use SQL to interact with databases, they are in the java.sql package https://www3.ntu.edu.sg/home/ehchua/programming/java/JDBC_Basic.html
25th Jun 2018, 12:20 PM
David Akhihiero
David Akhihiero - avatar
+ 11
Structured Query Language. It is used to perform database queries and other database-related operations.
25th Jun 2018, 11:44 PM
Scott
+ 4
Structured Query Language It is basically used for database management by using Queries for insertion, fetching and other data operations.
25th Jun 2018, 4:55 PM
Kartik Derasari
Kartik Derasari - avatar
+ 3
I have install eclipse on my laptop but how can I install sql
25th Jun 2018, 12:23 PM
Nikita Desale
Nikita Desale - avatar
+ 3
Nikita the steps are in the link in my comment
25th Jun 2018, 12:41 PM
David Akhihiero
David Akhihiero - avatar
+ 3
Ok sir thank you
25th Jun 2018, 12:42 PM
Nikita Desale
Nikita Desale - avatar
+ 2
you have also install a database management system (dbms) like mysql or h2 or ms sql server. for example use phpmyadmin for create sql statements for mysql. if you want to lern sql read and try w3school - this have a try it editor maybe eclipse has a plugin for dbms, which you have installed local on your pc. and don’t forget to install the jdbc - java database connector driver ;)
25th Jun 2018, 1:27 PM
asa22
+ 2
Structured Query Language (SQL) ... PL/SQL is the language for Oracle most recommended for Java platforms
26th Jun 2018, 4:18 PM
Silvanus Justice Silvanus
Silvanus Justice Silvanus - avatar
+ 1
Go in the google and type there oracle In side that type there sql star plus and install it based on bit 32 or 64
26th Jun 2018, 4:37 AM
mantu kumar
mantu kumar - avatar
0
SQL stands for structured query language . it is a standard programming language that are used to access and manipulate the data in the data base . SQL create a new data base.
30th Mar 2019, 4:11 PM
Pinku Ji
Pinku Ji - avatar