difference between SQL and C



difference between SQL and C..

Answer / ramyagurrala

There is no relation between sql and C.

Where as sql(structured query language) related to database.Where as C does not related to database.

SQL is nonprocedural language,where as C is an procedural programming language.

To solve a problem in procedural language, you have to write a procedure that performs one operation after another until the task is complete.SQL is non procedural. To solve a problem with SQL,instead of telling the system how to get you what you want, you simply tell it what you want.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Why is %isopen always false for an implicit cursor?

0 Answers  


What is primary key and foreign key with example?

0 Answers  


what is d diff between grant,commit,rollback n savepoint

1 Answers  


Can we join 3 tables in sql?

0 Answers  


pl/sql testing means what ...... explain process how to find pl/sql bugs

1 Answers   Zensar,






What is the difference between sql, mysql and sql server?

0 Answers  


Which certification is best for sql?

0 Answers  


there are 2 variables called x and y ,x contains 1,2 and y contains 3,4 we have to swap the values from x to y and y to x with out using dummy variables and it can be done only by using a single statement ? how?

12 Answers   Oracle,


IF i write before / after insert / update trigger and i do rollback what will happen?

5 Answers   KPIT,


What is a rank in sql?

0 Answers  


How do you know if a relationship is 2nf?

0 Answers  


What is sql indexing?

0 Answers  


Categories