What is the translation of " TEMPORARY TABLES " in Chinese?

['temprəri 'teiblz]
['temprəri 'teiblz]
临时表

Examples of using Temporary tables in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Temporary tables are created in the tempdb database.
这些临时表是在tempdb数据库中创建的。
There's a better way than creating endless temporary tables.
当然,有比创建无休止的临时表更好的办法。
Supports temporary tables but does not support materialized views.
支持临时表,但不支持物化视图。
Memory storage engine is ideal for creating temporary tables or quick lookups.
内存存储引擎非常适合创建临时表或快速查找。
Temporary tables are only created in the temporary dbspace.
临时表只能在TEMPORARYdbspace中创建。
The Drop statement removes the temporary tables Employees and Citizens to avoid confusion.
Drop语句将删除临时表格Employees和Citizens以避免混淆。
He temporary tables could be very useful in some cases to keep temporary data.
临时表可能是非常有用的在某些情况下,以保持临时数据。
Heap tables are just another storage engine,while for temporary tables you need a special privilege(create temporary table).
内存表只是一个存储引擎,而对于临时表,则需要特殊权限(创建临时表)。
He temporary tables could be very useful in some cases to keep temporary data.
临时表可能在某些情况下是非常有用的,以保持临时数据。
For example, you can't buy the Storage OptimizationFeature Pack which provides compression services for tables, temporary tables, indexes, the XML XDA area, and more.
例如,您不能购买存储优化特性(StorageOptimizationFeature)选项,它为表、临时表、索引、XMLXDA区域等提供了压缩服务。
By default, all the temporary tables are deleted by MySQL when your database connection gets terminated.
默认情况下,所有的临时表都由MySQL在数据库连接关闭时删除。
Temporary tables are dropped automatically when the database connection or session in which they are created is closed.
临时表在创建它们的数据库连接或会话关闭时自动删除。
Should be known for temporary tables is that they will be deleted when the current client session terminates.
这应该被称为临时表的最重要的事情是,当当前客户端会话终止,它们将被删除。
Temporary tables and their indices and triggers occur in another special table named SQLITE_TEMP_MASTER.
临时表及其索引和触发器存放在另外一个叫SQLITE_TEMP_MASTER的表中。
Local temporary tables are visible only in the current session, and global temporary tables are visible to all sessions.
本地临时表仅在当前会话中可见;全局临时表在所有会话中都可见。
It is also possible to create a temporary table.
也可以创建临时表
In this case, we could create a temporary table:.
在该情况下,可创建临时表:.
(The existing table is hidden until the temporary table is dropped.).
现有的表被隐蔽直到临时表被删除)。
What is the temporary table.
什么是TemporalTable.
Creating a temporary table is as easy as adding the wordTEMPORARY to a normal CREATE TABLE statement:.
创建临时表很容易,给正常的CREATETABLE语句加上TEMPORARY关键字:.
(The existing table is hidden until the temporary table is dropped.).
原有的表被隐藏,直到临时表被取消时为止。
A TEMPORARY table is visible only within the current session, and is dropped automatically when the session is closed.
临时表是仅对当前会话可见的表,并且在创建它的会话关闭时自动删除。
If you create a global temporary table named employees, any user in the database can work with this table..
如果创建名为employees的全局临时表,数据表中的任何用户均可对该表执行操作。
When you issue a SHOW TABLES command, then your temporary table would not be listed out in the list.
当你发出一个SHOWTABLES命令,临时表不会被列在列表中。
When the client query session ends, the temporary table will be automatically deleted, so as to ensure the orderly, efficient database.
在客户端的查询会话结束的时候,临时表会被自动删除,从而保证数据库整齐、高效。
To resolve the query, MySQL will need to create a temporary table to hold the result.
为了解决查询,MySQL需要创建一个临时表来容纳结果。
Results: 26, Time: 0.0233

Word-for-word translation

Top dictionary queries

English - Chinese