Technology Questions

Q:

How would you force a log switch?

Answer

ALTER SYSTEM SWITCH LOGFILE;

Report Error

View answer Workspace Report Error Discuss

0 1383
Q:

What compilers apple using ?

Answer

The Apple compilers are based on the compilers of the GNU Compiler Collection.

Report Error

View answer Workspace Report Error Discuss

Subject: IOS

0 1377
Q:

Describe what redo logs are.

Answer

Redo logs are logical and physical structures that are designed to hold all the changes made to a database and are intended to aid in the recovery of a database.

Report Error

View answer Workspace Report Error Discuss

0 1370
Q:

Does iOS support multitasking?

Answer

IOS 4 and above supports multi-tasking and allows apps to remain in the background until they are launched again or until they are terminated.  

Report Error

View answer Workspace Report Error Discuss

Subject: IOS

1 1366
Q:

How can you rebuild an index?

Answer

ALTER INDEX <index_name> REBUILD;

Report Error

View answer Workspace Report Error Discuss

0 1339
Q:

What is the use of ANALYZE command?

Answer

To perform one of these function on an index, table, or cluster:


 - To collect statistics about object used by the optimizer and store them in the data dictionary. 


 - To delete statistics about the object used by object from the data dictionary.


 - To validate the structure of the object.


 - To identify migrated and chained rows off the table or cluster.

Report Error

View answer Workspace Report Error Discuss

0 1316
Q:

What is Distributed database?

Answer

A distributed database is a network of databases managed by multiple database servers that appears to a user as single logical database. The data of all databases in the distributed database can be simultaneously accessed and modified.

Report Error

View answer Workspace Report Error Discuss

0 1294
Q:

What is latest iOS version?

Answer

IOS - 6.1.3 (updated on 5/15/13 3:15 AM Pacific Daylight Time)

Report Error

View answer Workspace Report Error Discuss

Subject: IOS

1 1291