Subject | English | Thai |
comp., MS | LINQ to SQL | LINQ กับ SQL (A LINQ technology that provides a run-time infrastructure for managing relational data as objects. In LINQ to SQL, the data model of a relational database is mapped to an object model expressed in the programming language of the developer) |
comp., MS | SQL database | ฐานข้อมูล SQL (A database based on Structured Query Language (SQL)) |
comp., MS | SQL injection attack | การโจมตีแบบแทรก SQL (An attack that attempts to compromise your database (and potentially the computer on which the database is running) by creating SQL commands that are executed instead of, or in addition to, the commands that you have built into your application) |
comp., MS | sql query | แบบสอบถาม SQL (An SQL statement, such as SELECT, INSERT, UPDATE, DELETE, or CREATE TABLE) |
comp., MS | SQL Server computer | คอมพิวเตอร์ SQL Server (A computer running Microsoft SQL Server with a configured database) |
comp., MS | SQL-specific query | แบบสอบถามแบบระบุเป็น SQL (A query that consists of an SQL statement. Subqueries and pass-through, union, and data-definition queries are SQL-specific queries) |
comp., MS | SQL view | มุมมอง SQL (A window that displays the SQL statement for the current query or that is used to create an SQL-specific query (union, pass-through, or data definition). When you create a query in Design view, Access constructs the SQL equivalent in SQL view) |