Subject | English | Lao |
comp., MS | action query | ບັນດາການກະທຳ (A query that copies or changes data) |
comp., MS | append query | ບັນດາຄຳສັ່ງເພີ່ມ (An action query that adds the records in a query's result set to the end of an existing table) |
comp., MS | crosstab query | ຄິດໄລ່ຕາຕະລາງຕາມຖັນແລະແຖວ (A query that calculates a sum, average, count, or other type of total on records, and then groups the result by two types of information: one down the left side of the datasheet and the other across the top) |
comp., MS | delete query | ຄຳສັ່ງລຶບ (A query (SQL statement) that removes rows matching the criteria you specify from one or more tables) |
comp., MS | Make Table query | ຄຳສັ່ງສ້າງຕາຕະລາງ (A query (SQL statement) that creates a new table and then creates records (rows) in it by copying records from an existing table) |
comp., MS | make-table query | ສ້າງຕາຕະລາງຄຳສັ່ງ (A query (SQL statement) that creates a new table and then creates records (rows) in it by copying records from an existing table) |
comp., MS | natural query syntax | ຄຳສັ່ງຊອກຫາຄຳສັບພາສາທົ່ວໄປ (A search method that lets you direct your search using conversational language) |
comp., MS | parameter query | ຕົວແປຄຳຖາມ (A type of query that, when you run it, prompts for values (criteria) to use to select the records for the result set so that the same query can be used to retrieve different result sets) |
comp., MS | query field | ຂົງເຂດຄຳສັ່ງ (A field that can contain a value that is used in a query) |
comp., MS | select query | ຄຳສັ່ງເລືອກ (A query that asks a question about the data stored in your tables and returns a result set in the form of a datasheet, without changing the data) |
comp., MS | Structured Query Language | ພາສາໂຄງສ້າງຖານຂໍ້ມູນ (A database query and programming language widely used for accessing, querying, updating, and managing data in relational database systems) |
comp., MS | union query | ສະຫະພັນຄຳສັ່ງ (A query that uses the UNION operator to combine the results of two or more select queries) |
comp., MS | update query | ປັບຄຳສັ່ງຫຼ້າສຸດ (An action query that changes a set of records according to criteria you specify. An update query does not return any records) |