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

how to enter numeric values as hex numbers? : Sql dba

1 Answers  


What is diff between bulk collect and forall

3 Answers   Metric Stream,


I have the table like this S.No Name ID 01 Xyz 123 I want the result as 01Xyz123 How to write the query to retrieve the entire row data in a single column?

1 Answers  


Show the cursor attributes of pl/sql.

1 Answers  


What is a dynamic query?

1 Answers  


what is 'mysqlimport'? : Sql dba

1 Answers  


Which sql most popular?

1 Answers  


Can we join more than 2 tables in sql?

1 Answers  


Which one is better subquery or joins?

1 Answers  


what is sql? : Sql dba

1 Answers  


What is pl sql and why it is used for?

1 Answers  


what are pl/sql collections?

4 Answers   JPMorgan Chase, Oracle,


Categories