Category: Programming FAQ & Tutorials
How Many SQL DDL Commands Are Supported by "mysql" in MySQL? There are 4 SQL Data Definition Language (DDL) commands that are supported by "mysql". They are listed below with short descriptions: "CREATE dataObjectType dataObjectName" - Creates new databases, tables, views, triggers, indexes, and oth... - Rank: 303; Updated: 2018-04-21 -> Source
How To Return Query Output in XML Format in MySQL? By default, "mysql" returns query output in text table format. If you want to receive query output in XML format, you need to use the "-X" command option. Here is a good tutorial exercise: >cd \mysql\bin >mysql -u root -X test mysql&am... - Rank: 275; Updated: 2018-04-21 -> Source
Where to find answers to frequently asked questions on Introduction to SQL Basics in MySQL? Here is a list of frequently asked questions and their answers compiled by FYIcenter.com DBA team on Introduction to SQL Basics in MySQL. Clear answers are provided with tutorial exercises on character and nu... - Rank: 331; Updated: 2018-04-21 -> Source
What Is SQL Standard in MySQL? SQL, SEQUEL (Structured English Query Language), is a language for RDBMS (Relational Database Management Systems). SQL was developed by IBM Corporation. SQL became an ANSI standard, called SQL-87, in 1986. ISO made a major revision, called SQL-92, in 1992. The latest r... - Rank: 241; Updated: 2018-04-21 -> Source
How Many Groups of Data Types in MySQL? MySQL support 3 groups of data types as listed below: String Data Types - CHAR, NCHAR, VARCHAR, NVARCHAR, BINARY, VARBINARY, TINYBLOB, TINYTEXT, BLOB, TEXT, MEDIUMBLOB, MEDIUMTEXT, LONGBLOB, LONGTEXT, ENUM, SET Numeric Data Types - BIT, TINYINT, BOOLEAN, SMALL... - Rank: 273; Updated: 2018-04-21 -> Source
Where is API Management Service on my Azure Portal? If your IT department has signed up for an Azure API Management Service, they should give your Azure URL link that brings your to the Azure API Management Service directly. If don't have URL link, you can follow these steps to find your Azure API M... - Rank: 191; Updated: 2018-04-21 01:41:50 -> Source
Where to see resource detailed information of my API Management Service on Azure Portal? Once you have located you API Management Service on the Azure resource list as described in the previous tutorial, you can click on the resource name to see more details by clicking the menu on the left: Overvie... - Rank: 175; Updated: 2018-04-21 01:41:50 -> Source
Where to find tutorials on Using Azure API Management Publisher Portal? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Using Azure API Management Publisher Portal: Login to Azure API Management Publisher Portal Create a New API on Publisher Po... - Rank: 194; Updated: 2018-04-21 01:41:50 -> Source
How to login to Azure API Management Publisher Portal? If you have given access permission to an Azure API Management Service publisher portal, you can login to the publisher portal as shown in this tutorial: 1. Enter the publisher portal URL in a Web browser as shown below: The first part of the do... - Rank: 224; Updated: 2018-04-21 01:41:50 -> Source
How to create a new API on the Publisher Portal of an Azure API Management Service? If you are new to the Publisher Portal of an Azure API Management Service, you can follow this tutorial to a new API. 1. Log in to the Publisher Portal as shown in the previous tutorial. 2. Click API from the left me... - Rank: 204; Updated: 2018-04-21 01:41:50 -> Source