JOBSEEKERS
Login
Sign Up
Jobseeker
Employer
Staffing Firm
Direct Client
MySQL interview questions part 57
MySQL interview questions part 57
Back
Take as many assements as you can to improve your validate your skill rating
Total Questions: 20
1. What will be the output of the following PHP code ?
A. All columns and rows belong to table employee
B. All columns but only those rows which contain ‘HEAD TELLER’ as a “title” OR start_date are greater than 2013-01-24
C. All rows belong to table employee
D. None of the mentioned
Show Correct Answer
Correct Answer is :
All columns but only those rows which contain ‘HEAD TELLER’ as a “title” OR start_date are greater than 2013-01-24
2. What will be the output of the following PHP code ?
A. All columns
B. Only those columns which are mention with “SELECT” clause
C. Columns mention with “SELECT” clause and only those rows which contain ‘HEAD TELLER’ as a “title”
D. None of the mentioned
Show Correct Answer
Correct Answer is :
Columns mention with “SELECT” clause and only those rows which contain ‘HEAD TELLER’ as a “title”
3. What will be the output of the following PHP code ?
A. All columns
B. Only those columns which are mention with “SELECT” clause
C. Columns mention with “SELECT” clause and only those rows which contain ‘HEAD TELLER’ as a “title” and start_date as 2008-11-24
D. None of the mentioned
Show Correct Answer
Correct Answer is :
Columns mention with “SELECT” clause and only those rows which contain ‘HEAD TELLER’ as a “title” and start_date as 2008-11-24
4. What will be the output of the following PHP code ?
A. All columns
B. Only those columns which are mention with “SELECT” clause
C. Columns mention with “SELECT” clause and only those rows which contain ‘HEAD TELLER’ as a “title” and start_date>2008-11-23
D. None of the mentioned
Show Correct Answer
Correct Answer is :
Columns mention with “SELECT” clause and only those rows which contain ‘HEAD TELLER’ as a “title” and start_date>2008-11-23
5. What will be the output of the following PHP code ?
A. TRUE
B. FALSE
C.
D.
Show Correct Answer
Correct Answer is :
TRUE
6. What will be the output of the following PHP code ?
A. CREATE TRIGGER
B. CREATE TRIGGERS
C. PRODUCE TRIGGER
D. PRODUCE TRIGGERS
Show Correct Answer
Correct Answer is :
CREATE TRIGGER
7. What will be the output of the following PHP code ?
A. delete
B. update
C. insert
D. views
Show Correct Answer
Correct Answer is :
views
8. What will be the output of the following PHP code ?
A. REMOVE
B. DELETE
C. DROP
D. CLEAR
Show Correct Answer
Correct Answer is :
DROP
9. What will be the output of the following PHP code ?
A. PRIVILEGE
B. TRIGGER
C. SUPER
D. MACRO
Show Correct Answer
Correct Answer is :
SUPER
10. What will be the output of the following PHP code ?
A. TRUE
B. FALSE
C.
D.
Show Correct Answer
Correct Answer is :
TRUE
11. What will be the output of the following PHP code ?
A. trigger name
B. table name
C. trigger statement
D. update statement
Show Correct Answer
Correct Answer is :
trigger name
12. What will be the output of the following PHP code ?
A. trigger name
B. table name
C. trigger statement
D. update statement
Show Correct Answer
Correct Answer is :
table name
13. What will be the output of the following PHP code ?
A. trigger name
B. table name
C. trigger statement
D. update statement
Show Correct Answer
Correct Answer is :
trigger statement
14. What will be the output of the following PHP code ?
A. action
B. condition value
C. statement
D.
Show Correct Answer
Correct Answer is :
condition value
15. What will be the output of the following PHP code ? ($j - $k));?>
A. sql_mode
B. key_buffer_size
C. server_mode
D. query_mode
Show Correct Answer
Correct Answer is :
sql_mode
16. What will be the output of the following PHP code ? ! ($j - $k));?>
A. fast_queue_size
B. general_queue_size
C. slow_queue_size
D. delayed_queue_size
Show Correct Answer
Correct Answer is :
delayed_queue_size
17. What will be the output of the following PHP code ?
A. 1GB
B. 2GB
C. 4GB
D. 8GB
Show Correct Answer
Correct Answer is :
1GB
18. What will be the output of the following PHP code ?
A. table_cache
B. max_connect
C. delayed_queue_size
D. max_allowed_packet
Show Correct Answer
Correct Answer is :
table_cache
19. What will be the output of the following PHP code ?
A. TRUE
B. FALSE
C.
D.
Show Correct Answer
Correct Answer is :
TRUE
20. What will be the output of the following PHP code ?
A. ALL
B. NARROW
C. STRICT
D. DISTINCT
Show Correct Answer
Correct Answer is :
DISTINCT
Similar Interview Questions
Search for latest jobs
Find Jobs