answersLogoWhite

0

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.

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

What is the definition of SQL training?

The definition of SQL training is learning how to code in JAVA and PERL, which are two rather important coding languages in computer science and are significant.


What can you tell me about SQL server classes?

SQL server classes are for computer science majors and they involve learning how to code in JAVA and PERL, which are two important types of languages.


Can we use SQL for java language?

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.


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.


How do you convert java data to SQL data?

kill urself


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 is the purpose of the AS command in SQL?

If you are in search of learning the purpose of the AS command in SQL, there are a few resources that are available to you. One resource that can explain the purpose of the AS command in SQL is Wikipedia.


How do you add a variable from a Java program into a database through an SQL command within the Java program?

depends on the database you're trying to insert into for sql specifics, but... http://www.exampledepot.com/egs/java.sql/Insert.html provides a very good oracle answer/example.


What are the types of server controls that participate in declarative data binding model?

Java sql programming


where can you get sql server training for cheep?

You can get sql server training at Learning Tree International. They offer many different courses on the subject. Here is the Learning Tree International website: http://www.learningtree.ca/training-directory/SQL-Server-Training-8.htm


Where can I learn to operate an SQL server?

An SQL tutorial is available on www.microgen.com and www.w3schools.com/sql/default.asp. The tutorials are quite easy to understand and they are also free.


What are the statements in java?

There are many kinds of statements that are used in Java and they are predominantly used for database connectivity using JDBCEx:PreparedStatement - for normal SQL QueriesCallableStatement - for stored procedures