DDL
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:
How to create a new database?
A
create database Name
B
create new database
C
create db db_name
D
All
Note:
Not available
Show answer
Show Note
Report
Question:
How to delete database?
A
create database name
B
drop database name
C
delete database name
D
alter database name
Note:
Not available
Show answer
Show Note
Report
Question:
To delete a database we use:
A
mysql>DROP database (database name);
B
mysqladmin>DROP database (database name);
C
mysql>DROP database (database name)
D
mysql>DROP database (database name):
Note:
Not available
Show answer
Show Note
Report
Question:
To convert ISAM student table to MyISAM student table, we shall use the command as mysql>______;
A
alter table student type=myisam
Note:
Not available
Show answer
Show Note
Report
Question:
What is the proper syntax for deleting a table?
A
DELETE DATABASE IF EXISTS databasename;
B
DROP TABLE tablename;
C
DELETE TABLE tablename;
D
DROP DATABASE IF EXISTS databasename;
Note:
Not available
Show answer
Show Note
Report
Question:
What is the proper syntax for creating a table?
A
CREATE TABLE columnnames (tablename);
B
CREATE tablename (columnnames);
C
CREATE columnnames (tablename);
D
CREATE TABLE tablename (columnnames);
Note:
Not available
Show answer
Show Note
Report
Question:
Is the following query valid?
Create table foo (id int primary key auto_increment, name varchar);
A
Yes
B
No
Note:
Not available
Show answer
Show Note
Report
First
Prev
1
Next
Last
/1
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2024. Powered by
Intellect Software Ltd