AI & ChatGPT searches , social queries for FROM SQL

Search references for FROM SQL. Phrases containing FROM SQL

See searches and references containing FROM SQL!

AI searches containing FROM SQL

FROM SQL

  • SQL injection
  • Computer hacking technique

    In computing, SQL injection is a code injection technique used to attack data-driven applications, in which malicious SQL statements are inserted into

    SQL injection

    SQL injection

    SQL_injection

  • SQL
  • Relational database programming language

    Structured Query Language (SQL) (pronounced /ˌɛsˌkjuˈɛl/ S-Q-L; or alternatively as /ˈsiːkwəl/ "sequel") is a domain-specific language used to manage

    SQL

    SQL

  • From (SQL)
  • SQL clause for selecting data source

    The SQL From clause is the source of a rowset to be operated upon in a Data Manipulation Language (DML) statement. From clauses are very common, and will

    From (SQL)

    From_(SQL)

  • Microsoft SQL Server
  • Family of database software by Microsoft

    Microsoft SQL Server is a proprietary relational database management system developed by Microsoft using Structured Query Language (SQL, often pronounced

    Microsoft SQL Server

    Microsoft_SQL_Server

  • SQL Server Express
  • Relational database management system

    per database in SQL Server 2019, SQL Server 2017, SQL Server 2016, SQL Server 2014, SQL Server 2012, and 2008 R2 Express (4 GB for SQL Server 2008 Express

    SQL Server Express

    SQL_Server_Express

  • From
  • Topics referred to by the same term

    Big Thief from U.F.O.F. (2019) "From", a song by Yuzu (2010) "From", a song by Bon Iver from Sable, Fable (2025) From, a preposition From (SQL), computing

    From

    From

  • SQL:2023
  • 2023 edition of the SQL standard

    SQL:2023 or ISO/IEC 9075:2023 (under the general title "Information technology – Database languages – SQL") is the ninth edition of the ISO (1987) and

    SQL:2023

    SQL:2023

  • Transact-SQL
  • SQL dialect used by Microsoft SQL Server and SAP ASE

    Transact-SQL (T-SQL) is an extension of SQL used by Microsoft SQL products and services, including Microsoft SQL Server, and by SAP Adaptive Server Enterprise

    Transact-SQL

    Transact-SQL

  • Simple Features
  • Standard for geographical data

    forms. Part 2 of the standard, ISO 19125-2 (SFA-SQL), defines a "SQL/MM" language binding API for SQL under the prefix "ST_". The open access OGC standards

    Simple Features

    Simple_Features

  • Embedded SQL
  • Computer programming method

    Embedded SQL is a method of combining the computing power of a programming language and the database manipulation capabilities of SQL. Embedded SQL statements

    Embedded SQL

    Embedded_SQL

  • MySQL
  • SQL database engine software

    MySQL (/ˌmaɪˌɛsˌkjuːˈɛl/) is a free and open-source relational database management system (RDBMS). Its name is a combination of "My", the name of co-founder

    MySQL

    MySQL

    MySQL

  • Null (SQL)
  • Marker used in SQL databases to indicate a value does not exist

    In the SQL database query language, null or NULL is a special marker used to indicate that a data value does not exist in the database. Introduced by

    Null (SQL)

    Null (SQL)

    Null_(SQL)

  • List of SQL reserved words
  • reserved. SQL SQL syntax List of relational database management systems Page listing all reserved words in the SQL standard, from SQL-92 to SQL:2016: Standard

    List of SQL reserved words

    List_of_SQL_reserved_words

  • MySQL Workbench
  • Database design graphical tool

    MySQL Workbench is a visual database design tool that integrates SQL development, administration, database design, creation and maintenance into a single

    MySQL Workbench

    MySQL Workbench

    MySQL_Workbench

  • Select (SQL)
  • SQL statement that returns a result set of rows from one or more tables

    The SQL SELECT statement returns a result set of rows, from one or more tables. A SELECT statement retrieves zero or more rows from one or more database

    Select (SQL)

    Select_(SQL)

  • NoSQL
  • Database class for storage and retrieval of modeled data

    NoSQL (a colloquial title that became formal, meaning "not only SQL" or "non-relational") refers to a type of database design that stores and retrieves

    NoSQL

    NoSQL

  • SQL/JRT
  • SQL extension

    9075-13:2002 (part 13 of SQL:1999). SQL/JRT specifies the ability to invoke static Java methods as routines from within SQL applications, commonly referred

    SQL/JRT

    SQL/JRT

  • Insert (SQL)
  • SQL statement

    An SQL INSERT statement adds one or more records to any single table in a relational database. Insert statements have the following form: INSERT INTO

    Insert (SQL)

    Insert_(SQL)

  • PostgreSQL
  • Free and open-source object relational database management system

    database management system (RDBMS) emphasizing extensibility and SQL compliance. PostgreSQL features transactions with atomicity, consistency, isolation,

    PostgreSQL

    PostgreSQL

    PostgreSQL

  • SQL Server Management Objects
  • Microsoft database programming feature

    SQL Server Management Objects (SMO) are .NET objects introduced by Microsoft as of Microsoft SQL Server 2005, designed to allow for easy and simple programmatic

    SQL Server Management Objects

    SQL_Server_Management_Objects

  • Join (SQL)
  • SQL clause

    A join clause in the Structured Query Language (SQL) combines columns from one or more tables into a new table. The operation corresponds to a join operation

    Join (SQL)

    Join_(SQL)

  • SQL Server
  • Topics referred to by the same term

    SQL Server may refer to: Microsoft SQL Server, a relational database server from Microsoft Sybase SQL Server, a relational database server developed by

    SQL Server

    SQL_Server

  • Oracle SQL Developer
  • Free SQL IDE from Oracle Corporation

    Oracle SQL Developer is an Integrated development environment (IDE) for working with SQL in Oracle databases. Oracle Corporation provides this product

    Oracle SQL Developer

    Oracle SQL Developer

    Oracle_SQL_Developer

  • Stored procedure
  • Subroutine available to applications that access relational database management systems

    introduction of procedural elements to the SQL language in the SQL:1999 and SQL:2003 standards in the part SQL/PSM. That made SQL an imperative programming language

    Stored procedure

    Stored_procedure

  • SQL syntax
  • Set of rules defining correctly structured programs

    The syntax of the SQL programming language is defined and maintained by ISO/IEC SC 32 as part of ISO/IEC 9075. This standard is not freely available.

    SQL syntax

    SQL_syntax

  • PL/SQL
  • Procedural extension for SQL and the Oracle relational database

    PL/SQL (Procedural Language for SQL) is Oracle Corporation's procedural extension for SQL and the Oracle relational database. PL/SQL is available in Oracle

    PL/SQL

    PL/SQL

  • Module SQL
  • Computer programming method

    of SQL. Module SQL statements are SQL statements written in an SQL client module, that can be called as routines from the host language program source

    Module SQL

    Module_SQL

  • SQL-92
  • 1992 edition of the SQL standard

    SQL-92 (also called SQL 2) was the third revision of the SQL database query language. Unlike SQL-89, it was a major revision of the standard. Aside from

    SQL-92

    SQL-92

  • Data definition language
  • Syntax for defining data structures

    In the context of SQL, data definition language (DDL) is a syntax for creating and modifying database objects such as tables, indices, and users. DDL

    Data definition language

    Data definition language

    Data_definition_language

  • SQL/PSM
  • SQL extension

    SQL/PSM (SQL/Persistent Stored Modules) is an ISO standard mainly defining an extension of SQL with a procedural language for use in stored procedures

    SQL/PSM

    SQL/PSM

  • Butler SQL
  • product, Tango (released 1995), that built dynamic database pages from SQL data. Butler SQL ceased development when Pervasive Software acquired EveryWare

    Butler SQL

    Butler_SQL

  • Merge (SQL)
  • SQL statement

    A relational database management system uses SQL MERGE (also called upsert) statements to INSERT new records or UPDATE or DELETE existing records depending

    Merge (SQL)

    Merge_(SQL)

  • SQL:2003
  • 2003 edition of the SQL standard

    SQL:2003 is the fifth revision of the SQL database query language. The standard consists of 9 parts which are described in detail in SQL. It was updated

    SQL:2003

    SQL:2003

  • Dependency injection
  • Programming technique of receiving dependencies

    Retrieving from SQL storage") } user, err = uc.storage.Get(r.Context(), "johndoe") if err != nil { uc.log.Error().Err(err).Msg("Error getting user from SQL storage")

    Dependency injection

    Dependency injection

    Dependency_injection

  • SQL Server Management Studio
  • Database management software application

    components within Microsoft SQL Server. First launched with Microsoft SQL Server 2005, it is the successor to the Enterprise Manager in SQL 2000 or before. The

    SQL Server Management Studio

    SQL_Server_Management_Studio

  • SQLJ
  • Combination of SQL and Java within programs

    working title for efforts to combine Java and SQL. It was a common effort started around 1997 by engineers from IBM, Oracle, Compaq, Informix, Sybase, Cloudscape

    SQLJ

    SQLJ

  • SQL Plus
  • Interactive and batch query tool

    programmers. SQL Plus understands five categories of text: SQL statements PL/SQL blocks SQL Plus internal commands, for example: environment control commands

    SQL Plus

    SQL_Plus

  • SQL:2016
  • 2016 edition of the SQL standard

    SQL:2016 or ISO/IEC 9075:2016 (under the general title "Information technology – Database languages – SQL") is the eighth revision of the ISO (1987) and

    SQL:2016

    SQL:2016

  • SQL:2011
  • 2011 edition of the SQL standard

    SQL:2011 or ISO/IEC 9075:2011 (under the general title "Information technology – Database languages – SQL") is the seventh revision of the ISO (1987)

    SQL:2011

    SQL:2011

  • Hierarchical and recursive queries in SQL
  • A hierarchical query is a type of SQL query that handles hierarchical model data. These are useful for working with databases of graph-structured data

    Hierarchical and recursive queries in SQL

    Hierarchical_and_recursive_queries_in_SQL

  • SQL:1999
  • 1999 edition of the SQL standard

    SQL:1999 (also called SQL 3) was the fourth revision of the SQL database query language. It introduced many new features, many of which required clarifications

    SQL:1999

    SQL:1999

  • History of Microsoft SQL Server
  • The history of Microsoft SQL Server begins with the first Microsoft SQL Server database product – SQL Server v1.0, a 16-bit relational database for the

    History of Microsoft SQL Server

    History_of_Microsoft_SQL_Server

  • Distributed SQL
  • Relational database which stores data across multiple servers

    A distributed SQL database is a single relational database which replicates data across multiple servers. Distributed SQL databases are strongly consistent

    Distributed SQL

    Distributed_SQL

  • Update (SQL)
  • SQL statement

    An SQL UPDATE statement changes the data of one or more records in a table. Either all the rows can be updated, or a subset may be chosen using a WHERE

    Update (SQL)

    Update_(SQL)

  • SQL/XML
  • Database specification

    SQL/XML or XML-Related Specifications is part 14 of the Structured Query Language (SQL) specification. In addition to the traditional predefined SQL data

    SQL/XML

    SQL/XML

  • SQLSTATE
  • Return code in the SQL standard

    Programs calling a database that accords to the SQL standard receive an indication of the success or failure of the call. This return code - which is

    SQLSTATE

    SQLSTATE

  • SQL:2006
  • 2006 edition of the SQL standard

    SQL:2006 or ISO/IEC 9075:2006 standard is a revision part 14 (ISO/IEC 9075-14:2006) of the ISO standard for the SQL database query language. It is not

    SQL:2006

    SQL:2006

  • WordPress
  • Content management system

    WordPress is written in the PHP programming language and paired with a MySQL or MariaDB database. Features include a plugin architecture and a template

    WordPress

    WordPress

    WordPress

  • Object–relational mapping
  • Programming technique

    in SQL using a database engine. using System.Collections.Generic; string sql = "SELECT id, first_name, last_name, phone, birth_date, sex, age FROM persons

    Object–relational mapping

    Object–relational_mapping

  • Microsoft Access
  • Database manager part of the Microsoft 365 package

    from a programmer's perspective is its relative compatibility with SQL (structured query language)—queries can be viewed graphically or edited as SQL

    Microsoft Access

    Microsoft Access

    Microsoft_Access

  • Relational database
  • Digital database whose organization is based on the relational model of data

    Many relational database systems are equipped with the option of using SQL (Structured Query Language) for querying and updating the database. The concept

    Relational database

    Relational_database

  • SQL:2008
  • 2008 edition of the SQL standard

    SQL:2008 is the sixth revision of the ISO and ANSI standard for the SQL database query language. It was formally adopted in July 2008. The standard consists

    SQL:2008

    SQL:2008

  • SQL Anywhere
  • Relational database management system

    SAP SQL Anywhere is a proprietary relational database management system (RDBMS) product from SAP. SQL Anywhere was known as Sybase SQL Anywhere prior to

    SQL Anywhere

    SQL_Anywhere

  • Ignition SCADA
  • Software platform

    received a 2011 Readers Choice award from Automation World in the SCADA and Information management categories. SQL Bridge is an OPC based Middleware product

    Ignition SCADA

    Ignition_SCADA

  • Prepared statement
  • Database feature

    query) is a feature where the database pre-compiles SQL code and stores the results, separating it from data. Benefits of prepared statements are: efficiency

    Prepared statement

    Prepared_statement

  • HeidiSQL
  • Administration tool for relational databases

    HeidiSQL is a free and open-source administration tool for MariaDB, MySQL, as well as Microsoft SQL Server, PostgreSQL and SQLite. Its codebase was originally

    HeidiSQL

    HeidiSQL

    HeidiSQL

  • Set operations (SQL)
  • Type of operation in SQL

    operations in SQL is a type of operations which allow the results of multiple queries to be combined into a single result set. Set operators in SQL include

    Set operations (SQL)

    Set_operations_(SQL)

  • PL/pgSQL
  • Procedural programming language

    PL/pgSQL (Procedural Language/PostgreSQL) is a procedural programming language supported by the PostgreSQL ORDBMS. It closely resembles Oracle's PL/SQL language

    PL/pgSQL

    PL/pgSQL

    PL/pgSQL

  • SQL Developer
  • Topics referred to by the same term

    SQL Developer may refer to: Oracle SQL Developer, a free SQL IDE from Oracle Corporation PL/SQL Developer, an IDE for PL/SQL development from Allround

    SQL Developer

    SQL_Developer

  • ECPG
  • provides the option for accessing the PostgreSQL database directly from the C code in the application, using SQL commands. The usage can be divided to 2 steps

    ECPG

    ECPG

  • Entity Framework
  • Open source object-relational mapping framework

    database-specific provider that translates the Entity SQL command tree into a query in the native SQL flavor of the database. It includes the Store-specific

    Entity Framework

    Entity_Framework

  • Trino (SQL query engine)
  • Open-source distributed SQL query engine

    parts of the following ANSI specifications: SQL-92, SQL:1999, SQL:2003, SQL:2008, SQL:2011, SQL:2016, SQL:2023. Trino supports the separation of compute

    Trino (SQL query engine)

    Trino (SQL query engine)

    Trino_(SQL_query_engine)

  • Microsoft Azure SQL Database
  • Managed cloud database

    Microsoft Azure SQL Database (also described as SQL Server on Azure or Azure SQL; formerly known as SQL Azure, SQL Server Data Services, SQL Services, and

    Microsoft Azure SQL Database

    Microsoft Azure SQL Database

    Microsoft_Azure_SQL_Database

  • List of SQL software and tools
  • SQL software and development tools

    IRIS Linter SQL RDBMS MariaDB MaxDB Microsoft Azure SQL Database Microsoft SQL Server Microsoft SQL Server Express Mimer SQL MonetDB mSQL MySQL Netezza NexusDB

    List of SQL software and tools

    List_of_SQL_software_and_tools

  • SQL Server Compact
  • Microsoft relational database

    Microsoft SQL Server Compact (SQL CE) is a discontinued relational database produced by Microsoft for applications that run on mobile devices and desktops

    SQL Server Compact

    SQL_Server_Compact

  • SQLite
  • Serverless relational database management system

    Although it is a lightweight embedded database, SQLite implements most of the SQL standard and the relational model, including transactions and ACID guarantees

    SQLite

    SQLite

    SQLite

  • Web SQL Database
  • Deprecated Web browser API

    Web SQL Database was a web browser API specification for storing data in databases that can be queried using SQL variant. Introduced in 2010 and quickly

    Web SQL Database

    Web_SQL_Database

  • Hint (SQL)
  • In various SQL implementations, a hint is an addition to the SQL standard that instructs the database engine on how to execute the query. For example

    Hint (SQL)

    Hint_(SQL)

  • SQL PL
  • Procedural language for SQL

    querying commands of SQL. It is a subset of the SQL Persistent Stored Modules (SQL/PSM) language standard. As of DB2 version 9, SQL PL stored procedures

    SQL PL

    SQL_PL

  • SQL Server Notification Services
  • SQL Server Notification Services is a platform developed by Microsoft for the development and deployment of notification applications based on SQL Server

    SQL Server Notification Services

    SQL_Server_Notification_Services

  • Data control language
  • Instruction set which governs access to a database

    Transact-SQL (T-SQL), which is an extension of SQL. Similarly, Oracle uses PL-SQL, which an Oracle-specific SQL extension. However, the standard SQL commands

    Data control language

    Data_control_language

  • SQL/Schemata
  • The SQL/Schemata, or Information and Definition Schemas, part of the SQL standard is defined by ISO/IEC 9075-11:2008. SQL/Schemata defines the information

    SQL/Schemata

    SQL/Schemata

  • Group by (SQL)
  • SQL clause

    A GROUP BY clause in SQL specifies that a SQL SELECT statement partitions result rows into groups, based on their values in one or several columns. Typically

    Group by (SQL)

    Group_by_(SQL)

  • SQL Server Reporting Services
  • Server-based report generation software system

    SQL Server Reporting Services (SSRS) is a server-based report generating software system from Microsoft. It is part of a suite of Microsoft SQL Server

    SQL Server Reporting Services

    SQL_Server_Reporting_Services

  • Data manipulation language
  • Programming language for manipulating data

    database. A DML is often a sublanguage of a broader database language such as SQL, with the DML comprising some of the operators in the language. Read-only

    Data manipulation language

    Data_manipulation_language

  • SQL Server Integration Services
  • Database migration software

    Microsoft SQL Server Integration Services (SSIS) is a component of the Microsoft SQL Server database software that can be used to perform a broad range

    SQL Server Integration Services

    SQL_Server_Integration_Services

  • SQL (disambiguation)
  • Topics referred to by the same term

    Look up SQL in Wiktionary, the free dictionary. SQL (short for Structured Query Language) is a domain-specific language used in programming and designed

    SQL (disambiguation)

    SQL_(disambiguation)

  • Having (SQL)
  • SQL clause

    A HAVING clause in SQL specifies that an SQL SELECT statement must only return rows where aggregate values meet the specified conditions. HAVING and WHERE

    Having (SQL)

    Having_(SQL)

  • Spanner (database)
  • Cloud-based distributed SQL DBMS service

    Spanner is a distributed SQL database management and storage service developed by Google. It provides features such as global transactions, strongly consistent

    Spanner (database)

    Spanner (database)

    Spanner_(database)

  • Window function (SQL)
  • Function over multiple rows in SQL

    In SQL, a window function or analytic function is a function which uses values from one or multiple rows to return a value for each row. (This contrasts

    Window function (SQL)

    Window_function_(SQL)

  • NewSQL
  • Relational database management system

    NewSQL is a class of relational database management systems that seek to provide the scalability of NoSQL systems for online transaction processing (OLTP)

    NewSQL

    NewSQL

  • MySQL Cluster
  • Auto-sharding technology for MySQL databases

    MySQL Cluster, also known as MySQL NDB Cluster, is a technology providing shared-nothing clustering and auto-sharding for the MySQL database management

    MySQL Cluster

    MySQL_Cluster

  • Windows Internal Database
  • referred to as SQL Server Embedded Edition) is a variant of SQL Server Express 2005–2014 that is included with Windows Server 2008 (SQL 2005), Windows

    Windows Internal Database

    Windows_Internal_Database

  • View (SQL)
  • Database stored query result set

    Microsoft SQL Server introduced in its 2000 version indexed views which only store a separate index from the table, but not the entire data. PostgreSQL implemented

    View (SQL)

    View_(SQL)

  • Condition (SQL)
  • SQL data filter

    condition uses the SQL standard keyword EXISTS to determine whether rows exist in a subquery result. To SELECT one row of data from a table called tab

    Condition (SQL)

    Condition_(SQL)

  • SQuirreL SQL Client
  • Database administration tool

    The SQuirreL SQL Client is a database administration tool. It uses JDBC to allow users to explore and interact with databases via a JDBC driver. It provides

    SQuirreL SQL Client

    SQuirreL_SQL_Client

  • HSQLDB
  • Java-based database engine

    SQL Database) is a relational database management system written in Java. It has a JDBC driver and supports a large subset of SQL-92, SQL:2008, SQL:2011

    HSQLDB

    HSQLDB

    HSQLDB

  • Truncate (SQL)
  • Database command for removing data

    In SQL, the TRUNCATE TABLE statement is a data manipulation language (DML) operation that deletes all rows of a table without causing a triggered action

    Truncate (SQL)

    Truncate_(SQL)

  • SQL Slammer
  • 2003 computer worm

    SQL Slammer is a 2003 computer worm that caused a denial of service on some Internet hosts and dramatically slowed general Internet traffic. It also crashed

    SQL Slammer

    SQL Slammer

    SQL_Slammer

  • Database
  • Organized collection of data in computing

    majority use SQL for writing and querying data. In the 2000s, non-relational databases became popular, collectively referred to as NoSQL, because they

    Database

    Database

    Database

  • InnoDB
  • Storage engine for the MySQL database management system

    the database management system MySQL and MariaDB. Since the release of MySQL 5.5.5 in 2010, it replaced MyISAM as MySQL's default table type. It provides

    InnoDB

    InnoDB

  • Toad (software)
  • Database management software

    is a database management toolset from Quest Software for managing relational and non-relational databases using SQL aimed at database developers, database

    Toad (software)

    Toad (software)

    Toad_(software)

  • Sqoop
  • Data management application

    Attic. Sqoop supports incremental loads of a single table or a free form SQL query as well as saved jobs which can be run multiple times to import updates

    Sqoop

    Sqoop

  • LAMP (software bundle)
  • Acronym for a common web hosting solution

    A LAMP (Linux, Apache, MySQL, Perl/PHP/Python) is one of the most common software stacks for the web's most popular applications[citation needed]. Its

    LAMP (software bundle)

    LAMP (software bundle)

    LAMP_(software_bundle)

  • Commit (data management)
  • Making a set of tentative changes to a database permanent

    is completed or terminated. In the late 1970s, as database systems moved from a single calculator operation to multiple distributed collaborations, ensuring

    Commit (data management)

    Commit_(data_management)

  • MultiValue database
  • Type of NoSQL database

    A MultiValue database is a type of NoSQL and multidimensional database. It is typically considered synonymous with PICK, a database originally developed

    MultiValue database

    MultiValue_database

  • Hekaton (database)
  • Hekaton (also known as SQL Server In-Memory OLTP) is an in-memory database for OLTP workloads built into Microsoft SQL Server. Hekaton was designed in

    Hekaton (database)

    Hekaton_(database)

  • Open Database Connectivity
  • ODBC, standard interface for accessing database systems

    different from one that called into their own SQL/DS.[dubious – discuss] Another key problem to the Embedded SQL concept was that the SQL code could

    Open Database Connectivity

    Open_Database_Connectivity

  • Magic quotes
  • Feature of the PHP programming language

    functioning SQL commands without requiring manual escaping. It was later described as intended to prevent inexperienced developers from writing code

    Magic quotes

    Magic_quotes

  • Surrogate key
  • Unique identifier for either an entity in the modeled world or an object in the database

    version 12.1) SQL Server SEQUENCE (starting from SQL Server 2012) PostgreSQL or IBM Informix SERIAL MySQL AUTO_INCREMENT SQLite INTEGER PRIMARY KEY (if

    Surrogate key

    Surrogate_key

AI & ChatGPT searchs for online references containing FROM SQL

FROM SQL

AI search references containing FROM SQL

FROM SQL

AI search queries for Facebook and twitter posts, hashtags with FROM SQL

FROM SQL

Follow users with usernames @FROM SQL or posting hashtags containing #FROM SQL

FROM SQL

Online names & meanings

AI search & ChatGPT queries for Facebook and twitter users, user names, hashtags with FROM SQL

FROM SQL

Top AI & ChatGPT search, Social media, medium, facebook & news articles containing FROM SQL

FROM SQL

AI searchs for Acronyms & meanings containing FROM SQL

FROM SQL

AI searches, Indeed job searches and job offers containing FROM SQL

Other words and meanings similar to

FROM SQL

AI search in online dictionary sources & meanings containing FROM SQL

FROM SQL