CRX for Dummies - "Technical Stuff" Flashcards
(1 cards)
What is SQL, how does it differ from most common computer languages?
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.