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.
java is the language used in computer networking.
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!.
It's JAVA based on the front end with Html and Javascript for the web interface. The backend can be either Oracle or SQL Server 2005/2008 -- with SQL Server 2008 being be better performance over Oracle on the same hardware and lower cost.
Java
kill urself
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.
C, C++, C#, Java, Python, HTML/CSS and SQL.
You use SQL by issuing commands to an SQL server, either directly by you or by a program you are using.
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/
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.
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
java is the language used in computer networking.
java language moreover solve the problems witch is encounter in c and c++ that s why we use the java language...
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'
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!.
In C language Oracle is developed and after that enhancement is done in Java for 10g and 11g
yes.... example: select *from employee; dml command in sql language