Showing posts with label MySQL Quiz. Show all posts
Showing posts with label MySQL Quiz. Show all posts

Friday, February 19, 2010

Port number

What are the default port numbers of SQL Server and MySQL in sequence?

A. 3306 and 5432
B. 1433 and 3306
C. 1433 and 5432
D. 3306 and 1433
E. 5432 and 1433
F. 5432 and 3306

Answer:[B]
Explanation: SQL Server:1433, MySQL:3306, PostgreSQL: 5432
Highlight to find out the answer.

Monday, February 8, 2010

MySQL Quiz

What is the maximum length of a table name, a database name, index name, constraint name, stored procedure name, or a field name in MySQL?

A. 256
B. 50
C. 64
D. 128

Answer: C
Highlight to find out the answer.