Questions

Q:

 Which of the following is the original purpose of SQL?

A) To specify the syntax and semantics of SQL data definition language B) To specify the syntax and semantics of SQL manipulation language
C) To define the data structures D) All of the above.
 
Answer & Explanation Answer: D) All of the above.

Explanation:

SQL is a domain-specific language used in programming and designed for managing data held in a relational database management system, or for stream processing in a relational data stream management system.

 

Purpose of SQL are ::

* To define the data structures

* To specify the syntax and semantics of SQL manipulation language

* To specify the syntax and semantics of SQL data definition language

Report Error

View Answer Report Error Discuss

Filed Under: Database
Job Role: Analyst , Database Administration , IT Trainer

19 23100
Q:

Markup tags tell the web browser

A) How to display the file B) How to organise the page
C) How to display message box on page D) None of the above
 
Answer & Explanation Answer: A) How to display the file

Explanation:

Markup tags tell the web browser how to display the file.

Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

34 23093
Q:

Kolleru Lake is located in which Indian state?

 

A) Kerala B) Andhra Pradesh
C) Tamil Nadu D) Odisha
 
Answer & Explanation Answer: B) Andhra Pradesh

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

3 23040
Q:

January 1 is observed as

A) Global family day B) World red cross day
C) World telecommunication day D) Common wealth day
 
Answer & Explanation Answer: A) Global family day

Explanation:
Report Error

View Answer Report Error Discuss

72 23037
Q:

At which particular place on earth are days and nights of equal length always?

A) Prime Meridian B) Poles
C) Equator D) No where
 
Answer & Explanation Answer: C) Equator

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

141 23022
Q:

Output of the Program :

main()

{

int i = 1;

while (i <= 5)

    {

         printf( "%d", i );

         if (i > 2) goto here;

         i++;

     }

}

fun()

{

here : printf( "PP" );

}

A) 1 B) 2
C) Compilation error D) Exception occurs
 
Answer & Explanation Answer: C) Compilation error

Explanation:

Compiler error: Undefined label 'here' in function main

Report Error

View Answer Report Error Discuss

Filed Under: Programming

3 22983
Q:

The overall capabilities of CCT are understood by all because _____________ are information processing tools.

 

A) Computers B) DVD
C) Internet D) CD
 
Answer & Explanation Answer: A) Computers

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

8 22940
Q:

First Indian woman to win Man Booker Prize?

A) Kiran Desai B) V.S. Naipaul
C) Salman Rushdie D) Arundhati Roy
 
Answer & Explanation Answer: D) Arundhati Roy

Explanation:

Arundhati Roy was the first Indian woman to win the Man Booker Prize in the year 1997.

An Indian writer, Arundhati Roy, was awarded England's prestigious Booker Prize this evening for her first novel, ''The God of Small Things,'' a soaring story about a set of twins struggling to make sense of the world, themselves and their strange and difficult family in southern India.

 

Kiran Desai was the youngest woman to win the Man Booker Prize.

Bernice Rubens became the first woman to win the Booker Prize in 1970. Man Booker Prize is one of the world's richest literary prizes.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

40 22876