General Forum
sql ???? - Printable Version

+- General Forum (https://generalforum.net)
+-- Forum: Category (https://generalforum.net/Forum-Category)
+--- Forum: Social Media Marketing & Webmaster (https://generalforum.net/Forum-Social-Media-Marketing-Webmaster)
+--- Thread: sql ???? (/Thread-sql)



sql ???? - Bigdata - 02-14-2018

SQL is a standard language for storing, manipulating and retrieving data in databases.

Our SQL tutorial will teach you how to use SQL in: MySQL, SQL Server, MS Access, Oracle, Sybase, Informix, Postgres, and other database systems.


RDBMS stands for Relational Database Management System.

RDBMS is the basis for SQL, and for all modern database systems such as MS SQL Server, IBM DB2, Oracle, MySQL, and Microsoft Access.

The data in RDBMS is stored in database objects called tables. A table is a collection of related data entries and it consists of columns and rows.