Aptitude Reasoning English GK Computer Knowledge Programming Skill Banking Software Testing



Question - 1

MySQL is

  • DBMS
  • RDBMS
  • NoSQL
  • None of the above
Solutions
Question - 2

Which below option is not table in MySQL?

  • MyISAM
  • INNODB
  • Merge
  • INdex
Solutions
Question - 3

How to get current MySQL version?

  • GET VERSION ();
  • SELECT VERSION ();
  • SELECT VER();
  • GET_VER();
Solutions
Question - 4

Which is the driver used in MySQL?

  • PHP Driver
  • JDBC Driver
  • PYTHON Driver
  • All the above
Solutions
Question - 5

What does myisamchk do?

  • It compress the MyISAM tables
  • It check the errors the MyISAM tables
  • It parse the MyISAM tables
  • None of the above
Solutions
Question - 6

How can you see all indexes defined for a table?

  • LS INDEX FROM
  • SHOW INDEX FROM
  • GET INDEX FROM
  • FIND INDEX FROM
Solutions
Question - 7

How to display top 50 rows?

  • SELECT * FROM TABLE_NAME LIMIT 0,50;
  • SELECT * FROM TABLE_NAME LIMIT 1,50;
  • SELECT * FROM TABLE_NAME LIMIT 50;
  • None of the above
Solutions
Question - 8

How many columns can be used for creating Index?

  • Maximum 6
  • Maximum 10
  • Maximum 12
  • Maximum 16
Solutions
Question - 9

InnoDB supports ____locking?

  • row locks
  • table locks
  • row locks and table locks
  • None of the above
Solutions
Question - 10

MyISAM supports ____locking?

  • table-level-locking
  • row-level-locking
  • Both A & B
  • None of the above
Solutions
Question - 11

How many TRIGGERS are allowed in MySql table?

  • 2
  • 4
  • 6
  • 8
Solutions
Question - 12

What is the default port for MySQL Server?

  • 3306
  • 8080
  • 8000
  • 3036
Solutions
Question - 13

Which is the default storage engine in mysql

  • InnoDB
  • MyISAM
  • Heap
  • None of the above
Solutions
Question - 14

In Below options which is not DML?

  • DELETE
  • MERGE
  • CALL
  • RENAME
Solutions
Question - 15

In Below options which is not DDL?

  • ALTER
  • DROP
  • LOCK TABLE
  • COMMENT
Solutions
Question - 16

In Below options which is a DCL?

  • GRANT
  • INSERT
  • RENAME
  • TRUNCATE
Solutions
Question - 17

Which Program Copies The Databases From One Server To Another?

  • Mysqlcopydb
  • Mysqldbcopy
  • CopyMysqldb
  • None of the above
Solutions
Question - 18

To Use 'mysqldbcopy' Which Privileges Are Required On The Source Server?

  • CREATE
  • INSERT
  • SELECT
  • UPDATE
Solutions
Question - 19

Which Function Returns Reference To Array Of Row Values?

  • Fetchrow_array()
  • Fetchrow_arrayref()
  • Fetchrow_hashref()
  • None of the above
Solutions
Question - 20

Which Among The Following Have The Maximum Bytes?

  • varchar
  • char
  • text
  • Int
Solutions
Tags:
60+ Best MYSQL Interview Questions, MYSQL MCQ questions for placement,MYSQL interview questions, Previously asked MYSQL Questions, Frequently asked MYSQL Questions,MYSQL Questions for TCS, MYSQL Interview Questions for Freshers, MYSQL Interview Questions for Experience, Accenture MYSQL Interview Questions, MYSQL Objective Questions for Interview


Practice More sets Questions