+ 1
How SQL statement works ??
3 Réponses
+ 23
Select * from table *tablename* WHERE *something* =*something*;
+ 1
read this book- sql the complete reference(3rd edition) it has great explanations for front end and back end of SQL:)
0
internally SQL, how the process is carried out??