Different net objects MySQL help

Asked By 40 points N/A Posted on -
qa-featured

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. 

SHARE
Best Answer by Sharath Reddy
Best Answer
Best Answer
Answered By 590495 points N/A #135657

Different net objects MySQL help

qa-featured

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 Syntax
  • SQL Select
  • SQL Distinct
  • SQL Where
  • SQL And & Or
  • SQL Order By
  • SQL Insert
  • SQL Update
  • SQL Delete

SQL Advanced

  • SQL Top
  • SQL Like
  • SQL Wild-cards
  • SQL In
  • SQL Between
  • SQL Alias
  • SQL Joins
  • SQL Inner Join
  • SQL Left Join
  • SQL Right Join
  • SQL Full Join
  • SQL Union
  • SQL Select Into
  • SQL Create DB
  • SQL Create Table
  • SQL Constraints
  • SQL Not Null

SQL Functions

  • SQL avg()
  • SQL count()
  • SQL first()
  • SQL last()
  • SQL max()
  • SQL min()
  • SQL sum()
  • SQL Group By
  • SQL Having
  • SQL uncase()

The site also offers a demo for you to learn the basics easily.

Answered By 0 points N/A #135658

Different net objects MySQL help

qa-featured

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.

Related Questions