answersLogoWhite

0

No. SQL stands for Structured Query Language and that in itself is a language and it is totally different from Java.

However, you can use SQL queries inside Java code with the help of JDBC (Java DataBase Connectivity). But the Java compiler cannot understand/compile standalone SQL syntax unless it is used as part of JDBC.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Is learning SQL easy for a Java student?

SQL is quite unrelated to Java. It isn't exactly a programming language in the traditional sense; but rather a series of commands to get information from (and to) a database. The basics are actually quite simple; certainly simpler than learning Java.


Which language will be the best language to learn for computer programming in 2016?

C, C++, C#, Java, Python, HTML/CSS and SQL.


How do you use SQL?

You use SQL by issuing commands to an SQL server, either directly by you or by a program you are using.


How can connect sql server 2005 with java in java?

Use the JDBC functionality to open a connection to SQL Server. You can read up on how here: http://java.sun.com/javase/technologies/database/


What are the uses of java database connectivity?

Java Database Connectivity, a Java API that enables Java programs to execute SQL statements. This allows Java programs to interact with any SQL-compliant database.


What has the author Daniel I Joshi written?

Daniel I. Joshi has written: 'The comprehensive guide to Visual J++' -- subject(s): Java (Computer program language), Microsoft Visual J++ 'The comprehensive guide to the JDBC SQL API' -- subject(s): Internet programming, Java (Computer program language), SQL (Computer program language), Database management


What is the best programming language for networking?

java is the language used in computer networking.


Why you learn java language?

java language moreover solve the problems witch is encounter in c and c++ that s why we use the java language...


What has the author Jim Melton written?

Jim Melton has written: 'Querying XML' -- subject(s): XML (Document markup language), XML (Langage de balisage) 'Understanding SQL and Java together' 'Object-Oriented Sql' 'Advanced SQL'


Is SQL a high level language?

Yes, SQL is a high level language, since it allow us to get result without much going into Assembly level instructions, by using interpreter to change our statements/queries into machine level instructions!.


Is Oracle a programming language?

In C language Oracle is developed and after that enhancement is done in Java for 10g and 11g


Can you use SQL to pull data from Oracle?

yes.... example: select *from employee; dml command in sql language