Find 2 to the power 10.

Write queries for the following. (Use tables created in Chapter 4 Lab Activity.)


```
SQL> SELECT POWER(2, 10)
2 FROM DUAL;

POWER(2,10)
-----------
1024
```

Computer Science & Information Technology

You might also like to view...

Use SQL statements to create STUDENT, FACULTY, COURSE, CRSSECTION, REGISTRATION, ROOM, TERM, LOCATION, MAJOR, and DEPARTMENT tables in the Indo–US (IU) College database tables as given in Chapter 3. Use SQL*Plus commands or Notepad to debug your statements’ errors, if there are any.

• Define a primary key constraint for each table. (Do not specify foreign keys yet.) • Define NOT NULL, DEFAULT, UNIQUE, and CHECK constraints wherever appropriate. Before running your statements, start spooling to a file named CH4LAB1A.LST. When all tables are created, stop spooling and print the spooled file.

Computer Science & Information Technology

Every decision you make in a computer program involves evaluating a Boolean expression.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The clear method can be used to remove all key-value entries from a hash.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Using web-based certificate enrollment, you can issue and renew certificates for users and computers outside your domain

Indicate whether the statement is true or false

Computer Science & Information Technology