(A) Data files
(B) Indexes
(C) Meta data files
(D) Data dictionary
Author:
Data which improves the performance and accessibility of the database are called?
(A) User data
(B) Indexes
(C) Data Dictionary
(D) Application Metadata
A clustering index is defined on the fields which are of type?
(A) Non key and ordering
(B) Non key and non ordering
(C) Key and ordering
(D) Key and non ordering
In which loop semicolon is placed at the end of the condition?
(A) for loop
(B) while loop
(C) do while loop
(D) nested loop
In which loop the condition comes after the body of the loop?
(A) nested loop
(B) for loop
(C) while loop
(D) do while loop
In which loop the condition comes before the body of the loop?
(A) for loop
(B) while loop
(C) do while loop
(D) nested loop
Which is the post tested loop in C++?
(A) while loop
(B) do while loop
(C) for loop
(D) Nested loop
Which is pre tested loop in C++?
(A) while loop
(B) do while loop
(C) for loop
(D) nested loop