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 union, minus and interact commands? : Sql dba

0 Answers  


What are the basic techniques of indexing?

0 Answers  


What is data definition language?

0 Answers  


What is a sql select statement?

0 Answers  


how to get a list of indexes of an existing table? : Sql dba

0 Answers  






Are ddl triggers fired for ddl statements within a pl/sql code executed using the dbms.sql package?

0 Answers  


What are pl/sql packages?

0 Answers  


What is a record in pl/sql?

0 Answers  


What are the different operators available in sql?

0 Answers  


Why commit is not used in triggers?

0 Answers  


Which one is faster ienumerable or iqueryable?

0 Answers  


What is use of trigger?

0 Answers  


Categories