Technical Round - What is the difference between C and SQL?
Antwort im Vorstellungsgespräch
Anonym
22. Sept. 2015
C- procedure oriented language
SQL - Database query language
C - can retrieve only one row from database
SQL - can retrieve multiple rows from database