Different net objects MySQL help
I am learning MySQL and I want to know about different net objects that My SQL uses. is there any website, forum that can teach me these things. video tutorials would be appreciated.
I am learning MySQL and I want to know about different net objects that My SQL uses. is there any website, forum that can teach me these things. video tutorials would be appreciated.
SQL is the standard language for accessing databases. To learn how to use SQL to access and manipulate data in SQL Server, MySQL, Sybase, Access, Oracle, DB2, and other database systems, please visit w3schools SQL Tutorial. Here are some of the SQL commands or functions that you can learn:
SQL Basic
SQL Advanced
SQL Functions
The site also offers a demo for you to learn the basics easily.
SQLObject is for providing an object interface to your database, with tables as classes, rows as instances, and columns as attributes.
Links :
For Video Tutorials :
you can find many more videos in YouTube.