Technology Questions

Q:

How do you resize a data file?

Answer

ALTER DATABASE DATAFILE <datafile_name> RESIZE <new_size>; 

Report Error

View answer Workspace Report Error Discuss

0 1421
Q:

What does a Control file Contain?

Answer

A Control file records the physical structure of the database. It contains the following information. Database Name ,Names and locations of a database’s files and redolog files. Time stamp of database creation.

Report Error

View answer Workspace Report Error Discuss

0 1418
Q:

How would you explain the concept of business intelligence? What is its importance?

Answer

Business intelligence is a concept that covers development of warehousing and business intelligence applications and databases that assist in diagnosing and repairing user issues as well as performance ones. This is an extremely important set of procedures as it engenders quality end-user products and helps company representatives in understanding core issues and resolving them.

Report Error

View answer Workspace Report Error Discuss

0 1415
Q:

How would you handle conditional formats in BI?

Answer

There are lot of ways are there to use the conditional formatting, most of the Process flow maintains more attention in the loops, alias and contextCheers.

Report Error

View answer Workspace Report Error Discuss

0 1415
Q:

Name some of the standard Business Intelligence tools in the market?

Answer

Some of the standard Business Intelligence tools in the market According to there performance 


1)MICROSTRATEGY 


2)BUSINESS OBJECTS,CRYSTAL REPORTS 


3)COGNOS REPORT NET 


4)MS-OLAP SERVICES

Report Error

View answer Workspace Report Error Discuss

0 1394
Q:

What UNION does in SQL?

Answer

In SQL, UNION  merges the contents of two structurally-compatible tables into a single combined table.

Report Error

View answer Workspace Report Error Discuss

Subject: SQL
Job Role: IT Trainer , Database Administration

0 1393
Q:

What are the database administrators utilities available?

Answer

SQL * DBA - This allows DBA to monitor and control an ORACLE database. SQL * Loader - It loads data from standard operating system files (Flat files) into ORACLE database tables. Export (EXP) and Import (imp) utilities allow you to move existing data in ORACLE format to and from ORACLE database.

Report Error

View answer Workspace Report Error Discuss

0 1393
Q:

How do you add a data file to a tablespace?

Answer

ALTER TABLESPACE ADD DATAFILE <datafile_name> SIZE <size>

Report Error

View answer Workspace Report Error Discuss

0 1387