Online Test for Mysql
- The data type BLOB stands for:
Binary Large ObjectBig List ObjectBinary List ObjectNone of the above
- Which statement is used to connect with mysql server?
mysql -h host_name -u user_name -p passwordmysql -u user_name -p password -h host_namemysql -p password -u user_name -h host_nameAll the above
- Which level of Abstraction describes what data are stored in the Database?
Physical LevelView LevelAbstraction LevelLogical Level
- Which one of the following provides the ability to query information from the database and to insert tuples into, delete tuples from, and modify tuples in the database ?
DML(Data Manipulation Langauge)DDL(Data Definition Langauge)QueryRelational Schema
- Which is right statement to import data from text file in MySQL on shell editor?
shell> mysql -host host_name -u user_name -p password db_name < text_fileshell> mysql -host host_name -u user_name -p password db_name > text_fileshell> mysql < text_fileAll the above
- DML is used for _______?
Control access to data stored in a databaseDefining database schemaInserting, Deleting and Updating dataNone of the above
- Which of the following statements creates a new table temp instructor that has the same schema as instructor.
create table temp_instructor;Create table temp_instructor like instructor;Create Table as temp_instructor;Create table like temp_instructor;
- "CREATE DATABASE db_name" statement is used to create database.
TrueFalse
- Drop Table cannot be used to drop a table referenced by a ______________ constraint.
Primary KeySub KeySuper KeyForeign Key
- Which of the following is used to delete an entire MYSQL database?
drop entiredb dbnamedrop database dbnamedrop db dbnamedrop dbase dbname
Also Exercise
Post Your Question
Social Sharing
Search
Articles
Recently Added Jobs
Rajasthan High Court - Jodhpur Recruitment 2017 for Civil Judges
Last Date: 21 December, 2017
Last Date: 21 December, 2017
WBSEDCL Recruitment - 2017 for Office Executive
Last Date: 16 May, 2017
Last Date: 16 May, 2017
RECRUITMENT OF PROBATIONARY OFFICERS IN STATE BANK OF INDIA
Last Date: 06 March, 2017
Last Date: 06 March, 2017
UPSC Combined Medical Services Examination 2015
Last Date: 10 April, 2015
Last Date: 10 April, 2015
UPSC Engineering Services Examination 2015
Last Date: 10 April, 2015
Last Date: 10 April, 2015