define sql

Answers were Sorted based on User's Feedback



define sql ..

Answer / arul

Structured Query Language

Is This Answer Correct ?    4 Yes 0 No

define sql ..

Answer / banoj kumar swain

sql is stands for structured query language.it is a
relational db language meant for interacting with database.
it is also compactable for different databases.
banoj

Is This Answer Correct ?    4 Yes 2 No

define sql ..

Answer / vijay_1994

sql --- structure query language
It is a English like language
It can write more line with or without space
It can easy to de buggings
There is no specific limit for sql query

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

i have a table like this. i want to output like this c1 c2 c1 c2 1 10 1 10 2 20 2 30 3 30 3 60 4 40 4 100 5 5 5 105 c1 and c2 are columns in a table .i want output like this c2 values are 10,10+20,10+20+30,10+20+30+40.10+20+30+40+5. write a sql query.pls help this i want urgent.

2 Answers   IBM, Loginworks, OFSS,


How do I run a sql script?

0 Answers  


What is the use of desc in sql?

0 Answers  


What is meaning of <> in sql?

0 Answers  


How do I audit the sql sent to the server?

0 Answers  






how would concatenate strings in mysql? : Sql dba

0 Answers  


What is the usage of sql functions?

0 Answers  


How is use pl and sql?

0 Answers  


1. how to use the check option constraints in sql query..? 2.how to add data in a complex query ? 3.is it possible to use commit or rollback or savepoint in triggers...if not why please explain with examples...? 4.what is the difference between meterialized view and normal view..how to create materialized view and how to use it..? 5.what is varray...? what is the advantage of the varray ? please expalin with a simpel example..i want to load into a table (student no and name and his marks..) please give example.. 6.what are the bulk bind exceptions...how to use bulk bind and how to use bulk collect..please explain with example... 7.what is for update of and where current of ...? 8 what is the use of nowait ? 9.please give an example for nocopy in a simple plsql query 10.create an index in a table...tellme how to use the index in a where clause to do performance tunning...

3 Answers   Satyam,


Mention what are the benefits of pl/sql packages?

0 Answers  


Can we use two order by clause in query?

0 Answers  


what is collation? : Sql dba

0 Answers  


Categories