Download presentation
Presentation is loading. Please wait.
Published byDelilah Snow Modified over 9 years ago
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
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.