difference between SQL and C
Answer Posted / 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 View All Answers
Which one is better sql or oracle?
Can variables be used in sql statements?
how is myisam table stored? : Sql dba
discuss about myisam key cache. : Sql dba
What are keys in sql?
Is pl sql better than sql?
What is sqlerrd?
Does execute immediate commit?
What are different types of sql commands?
How many types of relationship are there?
Can we use rowid as primary key?
what is heap table? : Sql dba
How delete all data from all tables in sql?
What is the use of prepared statement?
How do I edit a trigger in sql developer?