what the meaning of sql
Answers were Sorted based on User's Feedback
Answer / suresh kumar somayajula
SQL abbriveated as "Structured Query Language".It is used
to interact with the database.
Is This Answer Correct ? | 37 Yes | 0 No |
Answer / rajesh k. gupta
This is an acronyms wherein S stands for Structures, Q
stands for Query and L for Language.
It was named as Structured English Query Language that is
SEQUEL
Is This Answer Correct ? | 21 Yes | 5 No |
Answer / neha
sql acronym is structured query language.it is a standard
language used in the development of any rdbms tool.
it is developed by E.F.CODD.
Is This Answer Correct ? | 11 Yes | 5 No |
Answer / chandu
Sql Query Language.
By using sql we can access data from oracle server.
We say only what task must be complete but we does not need
to say how task must me completed.
Is This Answer Correct ? | 8 Yes | 6 No |
Answer / poornima
SQL is a standardized query language for requesting
information from a database.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kenneth wacangan
-is an open source relational database management system
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / venmathi s
SQL stands for Structured Query Language.
It is a Language to communicate with the Database.
User post a Request to Database and Retrieve data from the Database.
Is This Answer Correct ? | 0 Yes | 0 No |
table name: prod there are three fields in the table that are 1.proddate 2.prodQty 3.model Day wise prodQty is stored in the table prod write a query to display total prodqty in the year 2004 april.
what is ref cursor in pl/sql?
What is using in sql?
how to see the create table statement of an existing table? : Sql dba
25.67,-1 Trunc = 20 Round= 30 HOW????
What can be a size of a pl/sql block? Is there any limit?
Types of indexes. What is the default key created when a primary key is created in a table ?
What are the two characteristics of a primary key?
what is explain plan?
List the differences between plsql - function & procedures
what is union? : Sql dba
how to include character strings in sql statements? : Sql dba