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
When can we use the where clause and the having clause?
What is the difference between sql, mysql and sql server?
How is sql used in oracle?
How many joins can you have in sql?
What is spool?
Are left and right joins the same?
What are the disadvantages of file system?
Why do we use joins?
What is int identity in sql?
What is the use of nvl function?
What is a temporal table?
What is keys and its types?
Does postgresql run on the cloud?
Does inner join return duplicate rows?
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql