アプリ関連ニュース
- 2020年3月02日
- 技術情報
SQL Programming
Data is a central part of many web applications and mobile applications. For example, an application like Facebook contains a user’s profile information, including information about their friends and posts. To maintain this data, a database system is used. SQL (structured query language) is a programming language that allows programmers to work with that data. If you want to know more detail about databases and its systems, I recommend you check this article.
Although an application can be programmed in a language such as Python, PHP or Ruby, the databases are not configured to understand them. Databases only understand SQL , so learning SQL is almost essential if you intend to work in web development or application development.
Although an application can be programmed in a language such as Python, PHP or Ruby, the databases are not configured to understand them. Databases only understand SQL , so learning SQL is almost essential if you intend to work in web development or application development.
Now let’s look at some of the most common SQL database systems.
ORACLE DATABASE
The world’s leading SQL database system. It is used in a wide range of industries but is particularly popular in data storage and online transaction processing.
MySQL
This open source database system is available free to individuals and businesses. It is very popular among small businesses and new businesses, since there is no license fee. Due to its open source model, MySQL is used in many open source software programs and applications.
MariaDB
Also Free and open-source with a community development. Since MariaDB is a fork of MySQL, the database structure and MariaDB indexes are the same as MySQL. This allows you to switch from MySQL to MariaDB without having to modify your applications, since data and data structures will not have to change.
MICROSOFT SQL SERVER
SQL Server is Microsoft’s custom SQL database management system. This database runs on all major versions of Windows operating systems. It is used in consumer software, as well as web servers running Windows. It has a large user base.
POSTGRESQL
A competitor of MySQL, PostgreSQL is another free open source database system. It is widely used by new technology companies for their free license model. PostgreSQL is compatible with all major operating systems: MacOS, Windows and Linux. Greater emphasis is placed on following standard SQL syntax than other databases. Other databases (such as SQL Server) greatly modify the SQL standard, making them more difficult to learn.
By Yuuma.
yuuma at 2020年03月02日 11:00:28
- 2020年2月28日
- 技術情報
Apache JMeterのサーバー負荷計測について(その2)
nishida at 2020年02月28日 10:00:33
HTCの3種類の最新XRヘッドセット
HTCのVIVE Cosmosシリーズから
インサイドアウトトラッキング方式のVIVE Cosmos Play
カメラパススルー機能で外部映像を表示できるVIVE Cosmos XR
アウトサイドイントラッキング方式のVIVE Cosmos Elite
の 三種類 の最新XRヘッドセットが発表されたようです。

VIVE Cosmos XRは名前やパススルーカメラの存在から分かる様に、
VRだけでなくARにも対応します。
インサイドアウト方式のVIVE Cosmos Play は
従来の VIVE Cosmos の後継ですね。
逆に アウトサイドイン方式の VIVE Cosmos Elite は
HTC VIVEの後継的な位置付けでしょうか。
VIVE Cosmos シリーズはヘッドセットのフェイスプレートを
変更することができます。
VIVE Cosmos Elite にはインサイドアウト方式用のフェイスプレートも
付属するようです。
パススルー対応のフェイスプレートが販売されれば
Elite でもAR体験が可能になります。
私個人としては従来のVIVEセットを所有しているので、
ベースステーションやコントローラーを除いた
VIVE Cosmos Elite のヘッドセット単体の販売もあると嬉しいですね。
水曜担当:Tanaka
tanaka at 2020年02月26日 10:00:26
- 2020年2月20日
- 技術情報
Apache JMeterのサーバー負荷計測について(その1)
nishida at 2020年02月20日 10:00:04
- 2020年2月19日
- 他の話題
micro:bitを使ってみました
日本では小中学生に対して1人1台のパソコンを配備し授業で活用するという
政策について一部話題になっていますが。
イギリスでは11歳~12歳の子たちにマイコンボードを無償配布したようです。
それがBBCが中心となって開発した 教育向けのマイコンボード micro:bit です。
日本でも入手可能だったので購入してみました。
tanaka at 2020年02月19日 10:00:01