adspace


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


Please Help Members By Posting Answers For Below Questions

what is schema? : Sql dba

1163


what are the advantages of sql ? : Sql dba

1154


Does group by remove duplicates?

1120


what is bcp? When does it used? : Sql dba

1065


what are aggregate and scalar functions? : Sql dba

1142


How do I remove duplicates in two columns?

1202


Can we rollback truncate?

1083


how to use regular expression in pattern match conditions? : Sql dba

1125


Is primary key clustered index?

1028


What is your daily office routine?

2353


Is primary key always clustered index?

1101


If a cursor is open, how can we find in a pl/sql block?

1252


define sql insert statement ? : Sql dba

1110


what are all the common sql function? : Sql dba

1141


Can delete statement be rollbacked?

1065