+ 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
11 RĂ©ponses
+ 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
+ 11
Structured Query Language. It is used to perform database queries and other database-related operations.
+ 5
Hello, Nikita !
https://www.sololearn.com/learn/SQL/1849/?ref=app
https://toster.ru/q/336846
http://streletzcoder.ru/rabotaem-s-bazami-dannyih-v-java-na-primere-microsoft-sql-server/
http://qaru.site/questions/172285/how-to-make-java-work-with-sql-server
https://www.sololearn.com/Course/SQL/?ref=app
+ 4
Structured Query Language
It is basically used for database management by using Queries for insertion, fetching and other data operations.
+ 3
I have install eclipse on my laptop but how can I install sql
+ 3
Nikita the steps are in the link in my comment
+ 3
Ok sir thank you
+ 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 ;)
+ 2
Structured Query Language (SQL) ... PL/SQL is the language for Oracle most recommended for Java platforms
+ 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
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.