Você está na página 1de 10

1. What is Oracle Versions?

a. A release of Oracle products


b. A version using the license to sell to customers
c. Both

2. What is Oracle Edition?


a. A release of Oracle products
b. A version using the license to sell to customers
c. Both

3. What is Oracle Suite?


a. A version using the license to sell to customers
b. A set of tools and application of a field
c. Both

4. Contain the following non-Oracle Server?


a. Oracle Database Engine
b. PL / SQL
c. User Applications

5. Which of the following components is not a logical structure of the Oracle


server?
a. Data files
b. Tablespace
c. Data segment

6. Which of the following components is not a physical structure of Oracle


Servver?
a. Data files
b. Data segment
c. Control file

7. Following sentence: "Schema Means any collection of objects in the


database server is:
a. Yes
b. Wrong

8. Oracle's storage structure is:


a. Structure to store data on hard disk
b. Structure to store data in memory
c. Both

9. Why should the index on a different segment to data segment where?


a. Because they do not relate to each other
b. Because they are different management
c. Both

10. Tablespaces and schemas related how?


a. Tablespace is part of the schema
b. Schema part of the tablespace
c. Here are two different logical structure

11. System Tablespace:


a. Always stay online
b. Always stay offline
c. Depending on user requirements

12. Tablespace to stay offline when:


a. Do not allow access to that data on
b. Perform cold backup
c. Both

13. Used to control file:


a. Remember the name, the location of the file
b. Record changes made to data
c. Both

14. Redo log file to:


a. Remember the name, the location of the file
b. Record changes made to data
c. Both

15. Oracle instance is:


a. A logical structure of Oracle
b. An instance of Oracle
c. One type of physical structure on disk Oracle

16. Oracle instance is created when:


a. Always available
b. When you start a session working with the Oracle Server
c. When you shut down the database

17. Which of the following components of the Oracle instance?


a. SGA
b. The background
c. Both

18. SGA used to do?


a. To save the information and data in the course of a working session
b. Only to save the application on Oracle
c. This is a program of the operating system used to call Oracle into
memory.

19. SGA is resident in memory of computers?


a. Yes, but only during a session
b. Yes, always resident
c. Not memory resident

20. DBWR background process of Oracle instances to do?


a. To read data from disk into memory
b. To write data from memory to disk
c. Both

21. Learn SQL '12345 'is:


a. Atomic Number 12 345
b. String of digits 12345
c. Do not understand error

22. 12345 Learn SQL is:


a. Atomic Number 12 345
b. String of digits 12345
c. Do not understand error

23. In SQL, NULL means:


a. The value 0 (zero)
b. Blank value
c. No valuation

24. When you want to delete a value on a row of tables, to use any type of
SQL statement:
a. DDL
b. DML
c. DCL

25. When you want to change the structure of a table, to use any type of
SQL statement:
a. DDL
b. DML
c. DCL

26. When you want to grant the right to perform an operation for a table of
data, to use any type of SQL statement:
a. DDL
b. DML
c. DCL

27. To update data in a table, you should be granted the following rights:
a. Changing table structure
b. Change the value on the line in a table
c. Both

28. "Embedded SQL statements" do you think?


a. SQL in code (code) of a programming language other
b. Command of different languages are among the SQL command question
c. Both

29. In SQL, Cursor concept to only what?


a. One of the SQL function
b. A memory area containing management executing one SQL command
c. Pascal pointer embedded in SQL statements

30. What is SQL * Plus:


a. A version of SQL
b. A language used to manipulate Oracle SQL
c. As a programming language

31. Following command:


COLUMN LAST_NAME heading 'Family Name'
UPDATE STUDENT SET TO LAST_NAME 'Family Name'.

a. As of SQL commands
b. Is the SQL * Plus
c. Not the command of two languages

: 32. Tablespace is:


a. A large table size
b. A hard disk partition containing data files
c. A logical structure used to manage data files

33. Schema is:


a. A diagram of the relationship between data tables
b. The name of a tablespace
c. A logical structure to manage database objects belonging to a specific
user.

34. Data files are:


a. File contains data tables of the database
b. File contains data of the operating system
c. Both

35. Control file is:


a. File contains information about objects of the database data (name,
position, etc.)
b. File contains information about the changes made to data
c. File contains the index data

36. Redo log file is:


a. File contains information about objects of the database data (name,
position, etc.)
b. File contains information about the changes made to data
c. File contains the index data

37. Three types of files are generated when a database is created:


a. Data files, Control files, redo log file
b. Data files, index files, Control files
c. Redo log file, Parameter File, Index File
38. Index used to do:
a. Speed search
b. Enhancing data security
c. Both

39. Index is created when:


a. Always generated when creating database
b. When demand
c. When you need to back up data

40. Which of the following index form suitable for large table and change
the value in a narrow band:
a. B-tree
b. Bitmap
c. Not any kind

41. Which of the following index form suitable for searching the table that
values are distributed fairly:
a. B-tree
b. Bitmap
c. Not any kind

42. Why Control file to save at least two copies:


a. Since all database files are needed to save such
b. Because the control file contains the necessary information vital to the
operation of the database
c. Because the control file for data recovery when the problem.

43. The result made the following statement is what:

CREATE TABLE Emp_tab (


Empno NUMBER (5) Primary Key,
Ename VARCHAR2 (15) NOT NULL,
Job VARCHAR2 (10),
Mgr NUMBER (5),
Hiredate DATE DEFAULT (sysdate),
Sal NUMBER (7.2),
Comm NUMBER (7.2),
Deptno NUMBER (3) NOT NULL,
Dept_tab dept_afkey constraint references (Deptno))
PCTFREE 10
PCTUSED 40
TABLESPACE users
Storage (INITIAL 50K
NEXT 50K
MAXEXTENTS 10
PCTINCREASE 25);

a. Create a structure for the table name consists of 8 columns Emp_tab, with
a primary key Empno
b. Specify Tablespace table Emp_tab recorded in the users, the initial
distribution is 50 KB of disk space, if fully granted 50 extra per KB, a
maximum extent of the grant is 10
c. Both

44. "Chain" when hosting a table mean?


a. A series of block data distribution on the disks used to store data of the
same table
b. Chain multiple tables referenced mutual
c. Both

45. Assumptions column "Place of Birth" of table "Student" was set default
value is 'Ha Noi'. Situation occurs when insert a new row into the Student
table and ignore (skip) this column:
a. Column value is 'Ha Noi'
b. Character column value is blank (blanc)
c. Column value is NULL.

46. Temporary segment used for?


a. Used to store intermediate results when performing SQL
b. Using data of the user when first accessing the database
c. Using data from the database to be loaded on another.

47. What does the following sentence: "a view can be thought of as a stored
query or a virtual table"
a. View a table is created only when executing SQL describe it
b. View a description not execute
c. Both

48. View is used to do:


a. To select users to view data
b. Administrators to prevent users from viewing the data should not see
c. Both

49. Results of implementation of the following is a table view:


CREATE VIEW AS Sales_staff
SELECT Empno, Ename, Deptno
FROM Emp_tab
WHERE Deptno = 10;

a. Column contains Empno, Ename, Deptno Emp_tab table


b. Table row contains the EMP-tab with Deptno = 10
c. Both

50. What does the following sentence: "Indexes are logically and physically
independent of the associated data in the table"?
a. Index can be saved on another drive with the relevant table
b. Index can be created after creating the table
c. Both

51. Suppose B-tree method to establish an index for every table is n (rows).
Find the average number of rows will be:
a. n
b. n / 2
c. log (n)

52. Suppose the index structure as for tteen the following:

To find Paula, to scan through any branch:


a. All branches
b. Lu-P-Paula
c. Lu-Paula-P-Pablo
53. Differences between B-tree and Bitmap Indexing What is Indexing?
a. No difference
b. Different search methods
c. Search results vary

54. The difference between CHAR and VARCHAR2 data types in data
storage What is?
a. No difference
b. CHAR require fixed storage space, the space layout VARCHAR2 size of
the input
c. CHAR save storage space than VARCHAR2.

55. Difference between the VARCHAR2 and NVARCHAR2 data types


store data in what?
a. No difference
b. NVARCHAR2 used to store data as Unicode, VARCHAR2 also - as the
country code
c. NVARCHAR2 fixed length, VARCHAR2 length changes.

56. Backup (backup) data:


a. Always need to make
b. Follow the strategy set
c. No need to make

57. Backup "cold" (cold backup) performed when:


a. Tablespace data was taken offline status
b. Database is still open
c. Still have the database access

58. Recovery (restore) the data:


a. Failure occurs or data corruption
b. Once a month
c. Once a day

59. Replication is a method:


a. Data Backup
b. Data Recovery
c. Data storage is rarely used to

Você também pode gostar