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

What is index example?

0 Answers  


what is the syntax used for partition in tsql? : Transact sql

0 Answers  


What is sql integrity?

0 Answers  


What are the disadvantages of file system?

0 Answers  


what is the difference between to_char and to_date functions?

10 Answers   Infosys,






What is sql character function?

0 Answers  


what is the difference between granting and creating a view?

2 Answers  


Does sql*plus have a pl/sql engine?

0 Answers  


How does index help in query performance?

0 Answers  


Which one is faster ienumerable or iqueryable?

0 Answers  


How One can easily select all even, odd, or Nth rows from a table using SQL queries?

4 Answers  


Can we connect to postgresql using sql developer?

0 Answers  


Categories