1 / 14

True or False?

True or False?. Programming languages can be used to update databases and communicate with other systems. True. True or False?. Most databases are relational and organize data into tables. True. True or False?.

suzuki
Download Presentation

True or False?

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. True or False? Programming languages can be used to update databases and communicate with other systems. True

  2. True or False? Most databases are relational and organize data into tables. True

  3. True or False? The category of SQL used for programming for inserting, updating, deleting and retrieving data is Data Control Language (DCL) FALSE (It is DML Data Manipulation language)

  4. True or False? By default, SQL Server uses the user name you logged on as (typically administrator) to gain access to the system TRUE (This should be changed to "Use the Local System account" for single server systems. If SQL Servers need to communicate with other servers, create a special domain account)

  5. True or False? Windows Authentication Mode is more appropriate than Mixed-Mode for Web-based systems. False

  6. True or False? In Linux once it is installed, MySQL runs on startup False You start MySQL with: etc/rc.d/init.d/mysqld start

  7. True or False? Administering MySQL is done through a command-line interface which is accessed by typing:mysql TRUE

  8. True or False? Common Gateway Interface (CGI) - A protocol that allows the operating system to interact with the Web server. TRUE

  9. True or False? The structure of JSP, ASP, and PHP are similar. TRUE

  10. True or False? Microsoft uses two methods to bridge the gap between programming languages and databases: Open Database Connectivity (ODBC) which is the original standard. Object Linking and Embedding Database (OLEDB) – The current standard which is faster and more flexible TRUE

  11. True or False? Linux often uses Linux Database Connectivity (LDBC) FALSE Linux often uses Java Database Connectivity (JDBC)

  12. True or False? You can also have a direct connection between the language (such as PHP) and the database (such as MySQL). TRUE

  13. True or False? <% is the opening tag in PHP. False

  14. True or False? DSNs represent connections to databases. True

More Related