人気の面接質問と回答・オンラインテスト
面接対策、オンラインテスト、チュートリアル、ライブ練習のための学習プラットフォーム

集中型学習パス、模擬テスト、面接向けコンテンツでスキルを伸ばしましょう。

WithoutBook は、分野別の面接質問、オンライン練習テスト、チュートリアル、比較ガイドをひとつのレスポンシブな学習空間にまとめています。

面接準備

MySQL 面接の質問と回答

Test your skills through the online practice test: MySQL Quiz Online Practice Test

質問 26. What Is BDB (BerkeleyDB)?

BDB (BerkeleyDB) is transaction safe storage engine originally developed at U.C. Berkeley. It is now developed by Sleepycat Software, Inc. (an Oracle company now).

役に立ちましたか? コメントを追加 コメントを見る
 

質問 27. What Is CSV?

CSV (Comma Separated Values) is a file format used to store database table contents, where one table row is stored as one line in the file, and each data field is separated with comma.

役に立ちましたか? コメントを追加 コメントを見る
 

質問 28. What Is Transaction?

A transaction is a logical unit of work requested by a user to be applied to the database objects. MySQL server introduces the transaction concept to allow users to group one or more SQL statements into a single transaction, so that the effects of all the SQL statements in a transaction can be either all committed (applied to the database) or all rolled back (undone from the database).

役に立ちましたか? コメントを追加 コメントを見る
 

質問 29. What Is Commit?

Commit is a way to terminate a transaction with all database changes to be saved permanently to the database server.

役に立ちましたか? コメントを追加 コメントを見る
 

質問 30. What Is Rollback?

Rollback is a way to terminate a transaction with all database changes not saving to the database server.

役に立ちましたか? コメントを追加 コメントを見る
 

ユーザー評価で最も役立つ内容:

著作権 © 2026、WithoutBook。