Technical Round - What is the difference between C and SQL?
Risposta di colloquio
Anonimo
22 set 2015
C- procedure oriented language
SQL - Database query language
C - can retrieve only one row from database
SQL - can retrieve multiple rows from database