Learn SQL for MySQL

Learn SQL for MySQL

SQL Language for MySQL

开发者: Paulo Narra

中国
APP ID 复制
1521671915
价格
USD5.99
内购
0个评分
软件开发工具(付费)
昨日下载量
最近更新
2024-07-31
最早发布
2020-07-02
版本统计
  • 62天11小时

    最新版本上线距今

  • 1

    近1年版本更新次数

  • 2020-07-02

    全球最早版本上线日期

版本记录
显示信息
日期
  • 全部
每页显示条数
  • 请选择
  • 版本: 3

    版本更新日期

    2024-07-31

    Learn SQL for MySQL

    Learn SQL for MySQL

    SQL Language for MySQL

    更新日志

    App update to support new IOS

    视频/截图

    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图

    应用描述

    Will you start learning SQL in MySQL?
    Did you forget the statements many times?
    Do you no longer remember the syntax and the result of an statement?

    Developed to easily learn SQL Programming for MySQL

    . . . . . . . . . . . . . . . . . . . . .

    This App acts as a reference for the SQL language
    Learn DML & DDL statements with description, syntax, notes and examples

    For each statement is presented:

    Detailed description of the statement/command purpose

    Syntax of the statement with various options

    Two examples executed from a real table (Automobile Table)

    Provides:
    . . . . . . . . . . . . . . . . . . . . .

    1. GENERAL

    1.1 - Comments
    1.2 - Data Types

    2. (DML) Data Manipulation Language

    2.1 – SELECT

    - Columns, Multi-Column, All Columns
    - Expressions, Functions, Alias
    - Limit, Distinct, Order By
    - Where
    - Relational, Math & String Operators
    - Wildcards
    - Group By, Having, Aggregate Functions
    - Union (Any & All)
    - Subqueries
    - Joins (Inner, Right, Left)
    - Select Into

    2.2 - INSERT

    - With Columns names
    - Without Column names
    - Rules
    - Insert Into ... Select

    2.3 - DELETE

    - Delete All Rows
    - Delete ... Where
    - Rules
    - Referencial Integrity

    2.4 - UPDATE

    - Update All Rows
    - Update ... Where
    - Rules


    3. (DDL) DATA DEFINITION LANGUAGE

    3.1 - CREATE

    - Create Database
    - Create Table
    - Create Index
    - Auto-Increment
    - Constraints (PK, FK, CK, DF, UQ, NN)

    3.2 - ALTER

    - Alter Columns
    - Add Constraints
    - Drop Constrains

    3.3 - DROP

    - Drop Table
    - Drop Database
    - Drop Index

    3.4 - TUNCATE

    - Delete Versus Truncate
  • 版本: 2.1

    版本更新日期

    2021-12-12

    Learn SQL for MySQL

    Learn SQL for MySQL

    SQL Language for MySQL

    更新日志

    Supports devices with dark mode enabled

    视频/截图

    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图

    应用描述

    Will you start learning SQL in MySQL?
    Did you forget the statements many times?
    Do you no longer remember the syntax and the result of an statement?

    Developed to easily learn SQL Programming for MySQL

    . . . . . . . . . . . . . . . . . . . . .

    This App acts as a reference for the SQL language
    Learn DML & DDL statements with description, syntax, notes and examples

    For each statement is presented:

    Detailed description of the statement/command purpose

    Syntax of the statement with various options

    Two examples executed from a real table (Automobile Table)

    Provides:
    . . . . . . . . . . . . . . . . . . . . .

    1. GENERAL

    1.1 - Comments
    1.2 - Data Types

    2. (DML) Data Manipulation Language

    2.1 – SELECT

    - Columns, Multi-Column, All Columns
    - Expressions, Functions, Alias
    - Limit, Distinct, Order By
    - Where
    - Relational, Math & String Operators
    - Wildcards
    - Group By, Having, Aggregate Functions
    - Union (Any & All)
    - Subqueries
    - Joins (Inner, Right, Left)
    - Select Into

    2.2 - INSERT

    - With Columns names
    - Without Column names
    - Rules
    - Insert Into ... Select

    2.3 - DELETE

    - Delete All Rows
    - Delete ... Where
    - Rules
    - Referencial Integrity

    2.4 - UPDATE

    - Update All Rows
    - Update ... Where
    - Rules


    3. (DDL) DATA DEFINITION LANGUAGE

    3.1 - CREATE

    - Create Database
    - Create Table
    - Create Index
    - Auto-Increment
    - Constraints (PK, FK, CK, DF, UQ, NN)

    3.2 - ALTER

    - Alter Columns
    - Add Constraints
    - Drop Constrains

    3.3 - DROP

    - Drop Table
    - Drop Database
    - Drop Index

    3.4 - TUNCATE

    - Delete Versus Truncate
  • 版本: 2.0

    版本更新日期

    2021-07-16

    Learn SQL for MySQL

    Learn SQL for MySQL

    SQL Language for MySQL

    更新日志

    ** Possibility to implement SQL programming directly in the App **
    (no internet connection required)

    Bug fixes and performance improvements

    视频/截图

    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图

    应用描述

    Will you start learning SQL in MySQL?
    Did you forget the statements many times?
    Do you no longer remember the syntax and the result of an statement?

    Developed to easily learn SQL Programming for MySQL

    . . . . . . . . . . . . . . . . . . . . .

    This App acts as a reference for the SQL language
    Learn DML & DDL statements with description, syntax, notes and examples

    For each statement is presented:

    Detailed description of the statement/command purpose

    Syntax of the statement with various options

    Two examples executed from a real table (Automobile Table)

    Provides:
    . . . . . . . . . . . . . . . . . . . . .

    1. GENERAL

    1.1 - Comments
    1.2 - Data Types

    2. (DML) Data Manipulation Language

    2.1 – SELECT

    - Columns, Multi-Column, All Columns
    - Expressions, Functions, Alias
    - Limit, Distinct, Order By
    - Where
    - Relational, Math & String Operators
    - Wildcards
    - Group By, Having, Aggregate Functions
    - Union (Any & All)
    - Subqueries
    - Joins (Inner, Right, Left)
    - Select Into

    2.2 - INSERT

    - With Columns names
    - Without Column names
    - Rules
    - Insert Into ... Select

    2.3 - DELETE

    - Delete All Rows
    - Delete ... Where
    - Rules
    - Referencial Integrity

    2.4 - UPDATE

    - Update All Rows
    - Update ... Where
    - Rules


    3. (DDL) DATA DEFINITION LANGUAGE

    3.1 - CREATE

    - Create Database
    - Create Table
    - Create Index
    - Auto-Increment
    - Constraints (PK, FK, CK, DF, UQ, NN)

    3.2 - ALTER

    - Alter Columns
    - Add Constraints
    - Drop Constrains

    3.3 - DROP

    - Drop Table
    - Drop Database
    - Drop Index

    3.4 - TUNCATE

    - Delete Versus Truncate
  • 版本: 1.3

    版本更新日期

    2021-03-07

    Learn SQL for MySQL

    Learn SQL for MySQL

    SQL Language for MySQL

    更新日志

    Minor fixes
    App design changes

    Introduction of new languages: Portuguese (PT), Portuguese (BR), Spanish and Chinese (Simplified)

    应用描述

    暂无应用描述数据

  • 版本: 1.2

    版本更新日期

    2021-02-03

    Learn SQL for MySQL

    Learn SQL for MySQL

    SQL Language for MySQL

    更新日志

    Minor corrections
    Changes to the graphical environment

    视频/截图

    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图

    应用描述

    Will you start learning SQL in MySQL?
    Did you forget the statements many times?
    Do you no longer remember the syntax and the result of an statement?

    Developed to easily learn SQL Programming (T-SQL) for MySQL

    . . . . . . . . . . . . . . . . . . . . .

    This App acts as a reference for the SQL language
    Learn DML & DDL statements with description, syntax, notes and examples

    For each statement is presented:

    Detailed description of the statement/command purpose

    Syntax of the statement with various options

    Two examples executed from a real table (Automobile Table)

    Provides:
    . . . . . . . . . . . . . . . . . . . . .

    1. GENERAL

    1.1 - Comments
    1.2 - Data Types

    2. (DML) Data Manipulation Language

    2.1 – SELECT

    - Columns, Multi-Column, All Columns
    - Expressions, Functions, Alias
    - Limit, Distinct, Order By
    - Where
    - Relational, Math & String Operators
    - Wildcards
    - Group By, Having, Aggregate Functions
    - Union (Any & All)
    - Subqueries
    - Joins (Inner, Right, Left)
    - Select Into

    2.2 - INSERT

    - With Columns names
    - Without Column names
    - Rules
    - Insert Into ... Select

    2.3 - DELETE

    - Delete All Rows
    - Delete ... Where
    - Rules
    - Referencial Integrity

    2.4 - UPDATE

    - Update All Rows
    - Update ... Where
    - Rules


    3. (DDL) DATA DEFINITION LANGUAGE

    3.1 - CREATE

    - Create Database
    - Create Table
    - Create Index
    - Auto-Increment
    - Constraints (PK, FK, CK, DF, UQ, NN)

    3.2 - ALTER

    - Alter Columns
    - Add Constraints
    - Drop Constrains

    3.3 - DROP

    - Drop Table
    - Drop Database
    - Drop Index

    3.4 - TUNCATE

    - Delete Versus Truncate
  • 预订版本: 1.0

    版本更新日期

    2020-07-02

    预订转上架日期

    2020-07-02
    Learn & Practice MySQL

    Learn & Practice MySQL

    SQL Language for MySQL

    更新日志

    暂无更新日志数据

    视频/截图

    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图
    Learn SQL for MySQL App 截图

    应用描述

    APP CREATED FOR LEARNING SQL LANGUAGE IN MYSQL SERVER

    . . . . . . . . . . . . . . . . . . . . .

    This App acts as a reference for the SQL language.
    Learn DML & DDL statements with description, syntax, notes and examples.

    For each statement is presented:

    Detailed description of the statement/command purpose

    Syntax of the statement with various options

    Two examples executed from a real table (Automobile Table)


    SQL REFERENCE
    __________________________________

    1. GENERAL

    1.1 - Comments
    1.2 - Data Types

    2. (DML) Data Manipulation Language

    2.1 – SELECT

    - Columns, Multi-Column, All Columns
    - Expressions, Functions, Alias
    - Limit, Distinct, Order By
    - Where
    - Relational, Math & String Operators
    - Wildcards
    - Group By, Having, Aggregate Functions
    - Union (Any & All)
    - Subqueries
    - Joins (Inner, Right, Left)
    - Select Into

    2.2 - INSERT

    - With Columns names
    - Without Column names
    - Rules
    - Insert Into ... Select

    2.3 - DELETE

    - Delete All Rows
    - Delete ... Where
    - Rules
    - Referencial Integrity

    2.4 - UPDATE

    - Update All Rows
    - Update ... Where
    - Rules


    3. (DDL) DATA DEFINITION LANGUAGE

    3.1 - CREATE

    - Create Database
    - Create Table
    - Create Index
    - Auto-Increment
    - Constraints (PK, FK, CK, DF, UQ, NN)

    3.2 - ALTER

    - Alter Columns
    - Add Constraints
    - Drop Constrains

    3.3 - DROP

    - Drop Table
    - Drop Database
    - Drop Index

    3.4 - TUNCATE

    - Delete Versus Truncate