-
Este provê suporte a um grande número de bases de dados: Oracle, Sybase, PostgreSQL, InterBase, MySQL, SQLite, MSSQL, Firebird, etc., podendo abstrair o banco com a biblioteca ADOdb, entre outras
-
A questão está correta!
Fonte: http://www.php.net/manual/pt_BR/refs.database.php
- Vendor Specific Database Extensions
Cubrid
dBase
DB++
FrontBase
filePro
Firebird/InterBase
Informix
IBM DB2 — IBM DB2, Cloudscape and Apache Derby
Ingres — Ingres DBMS, EDBC, and Enterprise Access Gateways
MaxDB
Mongo
mSQL
Mssql — Microsoft SQL Server
MySQL
Mysqli — Extensão MySQL Melhorada
Mysqlnd — MySQL Native Driver
mysqlnd_qc — Mysqlnd query result cache plugin
OCI8 — Oracle OCI8
Ovrimos SQL
Paradox — Paradox File Access
PostgreSQL
SQLite
SQLite3
Sybase
tokyo_tyrant
-
1.1.11.12 SIMPLE_INTEGER Data Type
The new PL/SQL SIMPLE_INTEGER
data type is a binary integer for use with native compilation which is neither null checked nor overflow checked. The range is all integer values in the inclusive interval [-2147483648..2147483647] and does not include a null value. These rules allow a direct hardware implementation when used in combination with PL/SQL native compilation.
The SIMPLE_INTEGER
data type yields significant performance benefits compared to PLS_INTEGER
. It can be used when the value will never be null and when overflow check is not needed.
Fonte: http://download.oracle.com/docs/cd/B28359_01/server.111/b28279/chapter1.htm
Poxa galera, referência oficial da Oracle. Apresentada a fonte. Texto destacado na parte onde mostra o que a questão pede. O que mais preciso pra ganhar OTIMO na avaliação? rsrsrs Brincadeira. Julgem como achar conveniente ;)
-
Prezados,
O PHP vem com uma biblioteca considerável de extensões para bases de dados de terceiros, dentre elas temos o dBase, Firebird, DB2 ,etc.
Portanto a questão está correta.
Gabarito: CERTO.
Fonte : https://secure.php.net/manual/pt_BR/refs.database....