Is Sql non procedural query language?



Is Sql non procedural query language?..

Answer / sush4

SQL is called as a non Procedural language because the programmer or the user only specify what is needed and not tell the compiler how to do it, as done in Procedural language.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is the most common trace flags used with sql server?

0 Answers  


What is data modification?

0 Answers  


Explain the disadvantages of cursors?

0 Answers  


MULTICAST DELEGATES IN C#.NET WITH REAL TIME EXAMPLE

2 Answers   IBM, TCS,


What is the need for group functions in sql?

0 Answers  






from the table display the 2nd highest salary? and also the least 2nd salay?

8 Answers  


What happens if date-only values are provided as date and time literals?

0 Answers  


2) Consider a Table name A which has below records ID --- 5 5 5 5 5 Consider another table B which has below records ID -- 5 5 5 5 5 5 5 5 How many rows will be returned by each of the below queries a) select * from A inner join B on A.id = b.ID b) select * from A left join B on A.id = b.ID c) select * from A right join B on A.id = b.ID

2 Answers   Synechron, TCS,


What is identity?

0 Answers  


How do I run a trace in sql server?

0 Answers  


How to use copy and concatenate commands in SQL?

0 Answers   Amdocs,


Can we insert data if clustered index is disabled?

0 Answers  


Categories