CRX for Dummies - "Technical Stuff" Flashcards
1
Q
What is SQL, how does it differ from most common computer languages?
A
SQL is the international standard language for communicating with databases. It differs from most common computer languages in that it’s nonprocedural. It deals with data a set a time rather than a record at a time. Database developers use SQL.