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
What is trigger explain with example?
What is trigger and stored procedure in sql?
what are the differences between char and varchar? : Sql dba
Can instead of triggers be used to fire once for each statement on a view?
what is the syntax for using sql_variant_property? : Transact sql
what is primary key? : Sql dba
Can we perform dml in function?
Is sql port 1433 encrypted?
what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba
differentiate between float and double. : Sql dba
What is difference between sql and excel?
Explain the the update statement in sql?
Is it possible to create the following trigger: before or after update trigger for each row?
how to dump a table to a file with 'mysqldump'? : Sql dba
how is myisam table stored? : Sql dba