أهداء إلى احلى فريق
MTA Team Sohag
From : Maysa Hassan
Row
Function
Variable
Stored procedure
Alter
Insert
Create
Update
Rate this question:
Option A
Option B
Option C
Option D
Rate this question:
Select
Output
Read
Get
Rate this question:
Stored procedure
Trigger
Data dictionary
View
Rate this question:
EXECUTE
ALLOW
CALL
RUN
Rate this question:
You can delete data by using stored procedure
A function must have a return value
Stored procedure must have a return value
Rate this question:
Must return a value
Must be called from a trigger
Cannot contain a transaction .
Cannot accept parameters
Rate this question:
Stored procedure
Table
Function
View
Rate this question:
Tables
Queries
Stored procedures
No change is needed
Rate this question:
Name
A data type
An index
A key
Rate this question:
Data type
Format
Key
Validator
Rate this question:
The var char data type contains only numeric characters
The numeric data type contains only numbers that have decimal
The INT data type contains only whole numbers
Rate this question:
100 row and three columns
100 items and three cells
Three row and 100 columns
Three items and 100 cells
Rate this question:
All rows in the table will be deleted
All rows containing a NULL value in the First name column will be deleted
You will receive an error message
All rows and the table definition will be deleted
Rate this question:
Repeating groups
Foreign keys
Composite keys
Duplicate rows
Rate this question:
Create new database users
Request a log of permissions use
Delegate permission to other users
View other users' permissions
Rate this question:
INSERT into Employee Copy Select * FROM Employee
Select * INTO Employee Copy Select * FROM Employee
COPY *into Employee Select * FROM Employee
INSERT * from Employee INTO Employee COPY
Rate this question:
Denormalization
Fragmentation
Normalization
Defragmentation
Rate this question:
Cohort
Compositional
Functionally dependent
Deterministic
Relationally dependent
Rate this question:
Primary
foreign
Local
Superkey
Rate this question:
. Option A
. Option B
Option C
Option D
Rate this question:
An error stating that NULL values are not allowed
A new row in the table
An error stating that duplicate IDs are not allowed
A syntax error
Rate this question:
User to a database.
Row of data to a table.
Table to a database.
Column to a table definition.
Rate this question:
Data type
Row
Column
View
Rate this question:
ALTER.
INSERT
CHANGE
MODIFY
UPDATE
Rate this question:
0
1
2
3
4
Rate this question:
WHERE
UNION
ORDER BY
FROM
Rate this question:
All orders for Customer ID 209 are deleted from the Order table.
The first order for Customer ID 209 is deleted from the Order table.
All orders for Customer ID 209 are deleted from the Order table, and Customer ID 209 is deleted from the Customer table.
Customer ID 209 is deleted from the Customer table.
Rate this question:
UPDATE
CHANGE
INSERT
SELECT
Rate this question:
DROP TABLE
DELETE TABLE
REMOVE TABLE
UPDATE TABLE
Rate this question:
Option A
Option B
Option C
Option D
Rate this question:
Select * From Employee
Select count ( rows ) From Employee
Select SUM( *) From Employee
Select Count * From Employee
Rate this question:
1
2
3
4
Rate this question:
Data definition language (DDL)
Data control language (DCL)
Data manipulation language (DML)
Data access language (DAL)
Rate this question:
Stored procedures
Data types
Queries
Tables
Rate this question:
Primary
Local
Superkey
Foreign
Candidate
Rate this question:
A primary key constraint violation
A new row in the Category table
A new row in the Product table
A syntax error
A foreign key constraint violation
Rate this question:
WHERE
ORDER BY
UPDATE
SELECT
Rate this question:
DELETE VIEW EmployeeView
DELETE EmployeeView
DROP EmployeeView
DROP VIEW EmployeeView
Rate this question:
Stored procedure
Formula
Subroutine
Method
Rate this question:
Option A
Option B
Option C
Option D
Rate this question:
Cascade delete
Inherited delete
Functional delete
Waterfall delete
Domino delete
Rate this question:
All columns
Only the last column
Only the first column
Only the first and last columns
Rate this question:
Option A
Option B
Option C
Option D
Rate this question:
Option A
Option B
Option C
Option E
Option D
Rate this question:
An update statement can change only one row.
A delete statement cannot use a where clause.
An update statement does not remove rows from a table.
A delete statement works only within a stored procedure.
Rate this question:
Drop
Alter
Truncate
Delete
Rate this question:
Quiz Review Timeline (Updated): Jun 10, 2024 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.