databases Online Quiz - 145
Description: databases Online Quiz - 145 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
Which SQL statement selects all rows from a table called Products and orders the result set by ProductID column?
What does the following SQL statement do: SELECT Customer, COUNT(Order) FROM Sales GROUP BY Customer HAVING COUNT(Order) >5
What is a foreign key?
Which SQL statement inserts data into a table called Projects?
Which of the following SQL statements is correct?
How would you find out the total number of rows in a DB2 table?
What is the physical storage length of DB2 data types-DATE,TIME,TIMESTAMP?
How do you eliminate duplicate values in DB2 SELECT?
DB2 is a relational database
One table can have more than one tablespace
SSIS uses connection managers to integrate different data sources into packages. IS Analysis Services Connection Manager is available?
To Connect to Oracle database from SSIS OLE DB Connection Manager is not used.
Execute Process Task is Control Flow Item .
Script component is used in both Control Flow as well as Data Flow.
SSIS have the concept of Parent and Child Package.
OLEDB Command can be used to call Store Procedure from Database in data Flow Task.
For each loop is used to repeat a task by enumerating over a group of objects.