DML
Test
Model Test
Ebook
Quiz-1 : Basic, MySQL
Quiz-4 : MySQL Client, MySQL
Quiz-5 : MySQL Server, MySQL
Quiz-7 : DML, MySQL
Quiz-8 : DDL, MySQL
Quiz-9 : DCL, MySQL
Quiz-17 : Datatype, MySQL
Index
MySQL Home
Basic
9
MySQL Server
18
Installation
17
Security
4
MySQL Client
31
Datatype
25
DML
16
DDL
7
Operator
1
Trigger
11
Access Control
2
Maintaining and Optimization
4
DCL
5
Privileges
1
Funtion
4
Schools
Ebook
Question:
Why we can use LIKE commands?
A
To connect data
B
To conjunction data
C
To looking data
D
Matching data
Note:
Not available
Show answer
Show Note
Report
Question:
Views enable database administrators to limit access to database tables to only the data that is intended to be used.
A
True
B
False
Note:
Not available
Show answer
Show Note
Report
Question:
To Displaying Results Vertically
A
mysql>select * from (db name)\G
B
mysql>select * from (db name)\G;
C
mysql>select * from (db name)\g
D
mysql>select * from (db name)\g;
Note:
Not available
Show answer
Show Note
Report
Question:
To determine which engines are available to your MySQL server, we execute the command as mysql> ______ ;
A
show engines
Note:
Not available
Show answer
Show Note
Report
Question:
What is the proper syntax used to insert data into a table?
A
INSERT INTO tablename VALUES ();
B
INSERT VALUES () INTO tablename ();
C
INSERT VALUES () INTO tablename;
D
INSERT INTO tablename () VALUES ();
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following syntax examples will cause an error?
A
SELECT column1, column2, column2 FROM tablename;
B
SELECT * FROM tablename WHERE columnname LIKE '%keyword%';
C
SELECT * FROM tablename WHERE column1 LIKE 'keyword' AND column2 LIKE 'keyword';
D
SELECT DISTINCT column1 FROM tablename ORDER BY column1;
E
SELECT * FROM pets COUNT(*);
Note:
Not available
Show answer
Show Note
Report
Question:
What three things need to be specified during an UPDATE statement?
A
Database & Table, row
B
Database, Column & New Update
C
Table, Column & New Data
Note:
Not available
Show answer
Show Note
Report
Question:
Which SQL statement is used to update data in a database?
A
MODIFY
B
SAVE AS
C
UPDATE
D
SAVE
Note:
Not available
Show answer
Show Note
Report
Question:
Which SQL statement is used to delete data from a database?
A
DELETE
B
REMOVE
C
COLLAPSE
Note:
Not available
Show answer
Show Note
Report
Question:
Can I define multiple unique constraints on a table?
A
Yes
B
No
Note:
Not available
Show answer
Show Note
Report
First
Prev
1
2
Next
Last
/2
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2024. Powered by
Intellect Software Ltd