English | Arabic |
ANSI SQL query mode | وضع الاستعلام لـ ANSI SQL (One of two types of SQL syntax: ANSI-89 SQL (also called Microsoft Jet SQL and ANSI SQL), which is the traditional Jet SQL syntax; and ANSI-92 SQL, which has new and different reserved words, syntax rules, and wildcard characters) |
SQL database | قاعدة بيانات SQL (A database based on Structured Query Language (SQL)) |
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) |
sql query | استعلام SQL (An SQL statement, such as SELECT, INSERT, UPDATE, DELETE, or CREATE TABLE) |
SQL Server computer | كمبيوتر يقوم بتشغيل خادم (A computer running Microsoft SQL Server with a configured database) |
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) |
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) |