Is sql procedural language?



Is sql procedural language?..

Answer / Rishabh

No, SQL (Structured Query Language) is a declarative language used to manage and manipulate relational databases. Procedural languages, on the other hand, have control structures that allow them to perform operations sequentially.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Why truncate is faster than delete?

1 Answers  


What is java sql driver?

1 Answers  


How does cross join work?

1 Answers  


How do you take the union of two tables in sql?

1 Answers  


What is embedded sql what are its advantages?

1 Answers  


How to execute multiple sql statements in a single annonymous block irrespective of the sql statement result?

2 Answers  


Define a temp table?

1 Answers  


i have a table like this. cityno cityname mails 1 BANGALORE 8KM 2 HSR LAYOUT 20KM 3 MEJISTIC 30KM 4 JAYADEVA 55KM 5 ITPL 80KM 6 HEBBAL 115KM I HAVE DATA LIKE THIS I WANT O/P LIKE THIS DISTANCE NO.OFCITY 0-50KM 3 51-100KM 2 101-150KM 4 AND SO ON pls give me answer. i want urgent

6 Answers  


Is it possible to use LONG columns in WHERE clause or ORDER BY?

3 Answers  


What is the size of partition table?

1 Answers  


What do you understand by pl/sql records?

1 Answers  


Explain the usage of WHERE CURRENT OF clause in cursors ?

4 Answers   Satyam,


Categories