Archives for Software Dev - Page 2

HTTP2 advantages

Http had a serious limitation in the number of HTTP connections allowed between a browser and the HTTP Server. HTTP addressed several limitations and also provided enhancements over HTTP HTTP…
Continue Reading

SQL Basics

Inner Join (requires a matching criteria) SELECT * FROM A INNER JOIN B ON = Cross Join  - No Criteria Required CROSS JOIN operation will return the Cartesian product of the…
Continue Reading