INSERT STATEMENT Meaning in Japanese - translations and usage examples

['ins3ːt 'steitmənt]
['ins3ːt 'steitmənt]
INSERT文を
insert文
insertステートメント

Examples of using Insert statement in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Running An Insert Statement.
INSERT文の実行。
INSERT statement is issued( No value for the id column).
INSERT文が発行される場合(idカラムに値を指定しない)。
Running An Insert Statement.
INSERT文を実行する。
INTO_VALUES(String…) Appends values phrase to an insert statement.
INTO_VALUES(String…)insertステートメントにvalue句を追加します。
Let's add a database insert statement to the run method:.
RunメソッドにデータベースINSERT文を追加します。
VALUES(String, String) Appends to an insert statement.
VALUES(String,String)insertステートメントにvalues句を追加します。
INSERT statement conflicted with the FOREIGN KEY constraint- SQL Server.
INSERTステートメントがFOREIGNKEY制約と競合しました-SQLServer。
Insert- A mapped INSERT statement.
Insert-マップされたINSERTステートメントです
The number of indexes is therefore a multiplier for the cost of an insert statement.
従って、インデックスの数はinsert文の実行コストの乗数になります。
To execute an insert statement, you may use the insert method on the DB facade.
Insert文を実行するには、DBファサードのinsertメソッドを使います。
INTO_COLUMNS(String…) Appends columns phrase to an insert statement.
INTO_COLUMNS(String…)insertステートメントにカラムリスト追加します。
INSERT_INTO(String) Starts an insert statement and specifies the table to insert into.
INSERT_INTO(String)対象となるテーブルを指定してinsertステートメントを開始します。
The insert statement is the only operation that cannot directly benefit from indexing because it has no where clause.
Insert文は、where句を持たないことから、インデックスの利点を直接受けられない唯一の処理です。
Moving large amounts of data is very time-consuming so the insert statement would be very slow.
大量のデータを動かすのは、非常に時間のかかる処理なので、insert文が非常に遅くなってしまうのです。
The DELAYED option for the INSERT statement is a MySQL extension to standard SQL that can be used for certain kinds of tables(such as MyISAM).
INSERTステートメントのDELAYEDオプションは、特定の種類のテーブル(MyISAMなど) に使用できる、標準SQLへのMySQL拡張です。
If set to BEFORE, then it will select the key first,set the keyProperty and then execute the insert statement.
BEFOREを指定した場合、最初にselectKeyを実行してkeyPropertyに取得したキーを設定し、その後でinsertを実行します。
See the discussion about keyColumn and keyProperty above in the discussion of the insert statement for more information about allowable values in these attributes.
KeyColumnとkeyPropertyに対して指定可能な値については、上で出てきたinsertステートメントについての説明を参照してください。
The insert statement is the only operation that cannot directly benefit from indexing because it has no where clause. Adding a new row to a table involves several steps.
Insert文は、where句を持たないことから、インデックスの利点を直接受けられない唯一の処理です。新しい行をテーブルに追加するのは、いくつかのステップからなっています。
Will be extended as the book grows. APPENDIX C-Example SchemaAll create and insert statements for the tables from the book.
この本が改善されるに従って増えていくことでしょう。付録C-スキーマ例この本に登場するテーブル全てのcreate文とinsert文です
After OfficeSales_DB has been modified with the INSERT statement, the $DB1 tree on the design page is reloaded, thus immediately reflecting the modification to the DB.
INSERTステートメントと共に、OfficeSales_DBが変更された後、デザインページの$DB1ツリーは再ロードされ、このため、DBへの変更がすぐに反映されます。
As an example,let's modify the default DatabaseSeeder class and add a database insert statement to the run method:.
例として、Laravelのインストール時にデフォルトで用意されているDatabaseSeederクラスを変更してみましょう。runメソッドにデータベースINSERT文を追加します。
If an INSERT statement violates a constraint or rule, or if it has a value incompatible with the data type of the column, the statement fails and an error message is returned.
INSERTステートメントが制約やルールに違反していたり、その値が列のデータ型と互換性を持たない場合は、ステートメントが失敗し、エラーメッセージが返されます。
SQL script(partial view) before updating the database You may notice that no INSERT statements are visible in the preview script.
データベース更新前のSQLスクリプト(部分的なビュー)INSERTステートメントがプレビューのスクリプト内で表示されていないことに気がついているかもしれません。
Unlike the insert statement, the delete statement has a where clause that can use all the methods described in Chapter 2,“The Where Clause”, to benefit directly from indexes.
Insert文とは違って、delete文にはwhere句があるため、第2章,「where句」で説明して来た全ての手法が使え、インデックスの恩恵に直接あずかる事ができます。
In the example above, the selectKey statement would be run first, the Author id property would be set,and then the insert statement would be called.
上記の例では、最初にselectKeyステートメントが実行され、Authorオブジェクトのidプロパティに生成された乱数がセットされます。次に、insertステートメントが実行されます。
LinksComplete Java, Perl and PHP samples[ZIP]CREATE and INSERT statements for the samplesArticle:“Latency: Security vs. Performance” about network latencies and SQL applications.
関連情報Java、Perl、PHPのサンプル[ZIP]サンプル用のCREATE及びINSERT文「レイテンシ:セキュリティvs.パフォーマンス」ネットワークレイテンシとSQLのパフォーマンスに関するブログ記事。
SQLServer could not migrate the data of the table that defines the reserved word"TOP" in Oracle, but there is a workaround(for example,even if a reserved word is included to correct the INSERT statement executed by the tool) Is there a change to an operable property?
Q.SQLServerでは予約語である「TOP」をOracleで項目定義しているテーブルのデータ移行ができなかったのですが、回避策(ツールで実行するINSERT文を修正する、予約語が入っていても動作できるプロパティに変更する等)はありますか?
The response timeis basically the same as for the respective delete and insert statements together. The update performance, just like insert and delete, also depends on the number of indexes on the table.
応答時間は通常、対応するdelete文とinsert文を同時に実行したのとほぼ同じになります。updateのパフォーマンスは、insertやdeleteと同じくテーブルに作られたインデックスの数に依存します。
More indexes, slower DELETE Unlike the insert statement, the delete statement has a where clause that can use all the methods described in Chapter 2,"The Where Clause", to benefit directly from indexes.
インデックスを作れば作るほど、DELETEが遅くなるinsert文とは違って、delete文にはwhere句があるため、第2章,「where句」で説明して来た全ての手法が使え、インデックスの恩恵に直接あずかる事ができます。
This is normal behavior,because records are inserted conditionally, and the INSERT statements depend on the result of the Update If action which is not known before the mapping runs.
これは、レコードは条件付きで挿入され、INSERTステートメントは(マッピングが実行される前は未知である)「以下の条件で更新する」アクションの結果に依存するため、通常の振る舞いです。
Results: 120, Time: 0.0343

Word-for-word translation

Top dictionary queries

English - Japanese