Hands-on Training from Experts

Foundation Training in
PL/SQL Server

Foundation Training in PL/SQL Server equips participants with essential skills for working with relational databases. This program covers SQL basics, PL/SQL fundamentals, procedures, functions, exception handling, and database connectivity. It is a valuable resource for those seeking to excel in database development and administration roles, with an emphasis on real-world applications and best practices.

Program Features

Course Description

Learn to become a PL/SQL developer in just four weeks. This fast, easy and effective course will take you from zero PL/SQL writing skills to being able to write efficient programs to process data. PL/SQL is the Oracle Procedural Language extension of SQL. A PL/SQL program can have both SQL statements and procedural statements. In the PL/SQL program, the SQL statements are used to access sets of data stored in a database, while the procedural statements are used to process individual piece of data and control the program flow.

Course Intention and Outcome

  • Describe the features and syntax of PL/SQL
  • Design PL/SQL anonymous blocks that execute efficiently
  • Use the Oracle supplied PL/SQL packages to generate screen output
  • Create and debug Stored Procedures and Functions
  • Design PL/SQL packages to group related constructs
  • Use PL/SQL programming constructs and conditionally control code flow
  • Create overloaded package subprograms for more flexibility
  • Handle runtime errors using Exceptions
  • Writing manageable code using Records
  • Storing and processing data using Collections
  • Processing data using Implicit and Explicit Cursors

Who Can Join This Program

PL/SQL Server programs are typically open to a wide range of individuals who want to gain proficiency in using PL/SQL within a SQL Server database environment. Here are the types of individuals who can benefit from joining a PL/SQL Server program:

  1. Database Developers: Those interested in designing, implementing, and maintaining databases or applications that interact with SQL Server databases can greatly benefit from PL/SQL training.
  2. Database Administrators: DBAs responsible for managing SQL Server databases will find PL/SQL knowledge valuable in tasks such as scripting, performance tuning, and automation.
  3. Application Developers: Software developers working on applications that use SQL Server as their backend can enhance their skills and improve database integration by learning PL/SQL.
  4. Data Analysts and Report Writers: Individuals who work with data for analysis, reporting, and visualization can use PL/SQL to create custom queries and stored procedures for efficient data retrieval and processing.
  5. IT Professionals: IT professionals, including system administrators and network engineers, may find PL/SQL useful for tasks like database maintenance, scripting, and automation.
  6. Students and Aspiring Professionals: Those looking to start a career in database development or administration can use PL/SQL training as a foundation for their journey in the field.
  7. Professionals Seeking Career Advancement: Anyone aiming to advance their career in the IT industry can benefit from PL/SQL knowledge, as it is a valuable skill in the job market.
  8. SQL Server Enthusiasts: Even enthusiasts who want to explore the intricacies of SQL Server and database management as a hobby or personal interest can join PL/SQL programs.

It’s important to note that different PL/SQL Server programs may have varying prerequisites, so it’s a good idea to check the specific requirements of the program you’re interested in to ensure you meet the necessary criteria for enrollment.

Why Programming PL/SQL Server is important skill?

Programming in PL/SQL Server is an important skill for several reasons:

  1. Efficient Database Management: PL/SQL allows developers and administrators to create efficient, high-performance code for database management. It enables them to write stored procedures, functions, and triggers to optimize data operations and reduce network traffic.
  2. Data Integrity and Security: PL/SQL can be used to enforce data integrity constraints and implement security measures, such as access control and encryption. This is critical for safeguarding sensitive data.
  3. Automation: PL/SQL facilitates automation of routine tasks like data extraction, transformation, and loading (ETL), backup and recovery processes, and scheduled jobs. This reduces manual effort and human error.
  4. Business Logic Integration: PL/SQL enables the integration of complex business logic into the database layer. This is valuable for applications that require data processing and business rules to be implemented close to the data.
  5. Performance Optimization: Skilled PL/SQL developers can fine-tune queries, use indexing effectively, and optimize database performance. This is essential for applications that need to handle large datasets and respond quickly to user requests.
  6. Scalability: PL/SQL supports modular and reusable code, making it easier to scale and maintain database applications as they grow in complexity and user load.
  7. Compatibility: SQL Server is a widely used RDBMS, and PL/SQL skills are transferable to other database systems, such as Oracle. Learning PL/SQL can open up career opportunities in various database environments.
  8. Career Opportunities: Having PL/SQL skills enhances one’s job prospects in fields like database development, administration, data analysis, and software development. It can lead to higher-paying positions and career advancement.
  9. Problem-Solving: PL/SQL requires logical thinking and problem-solving abilities. It challenges individuals to design efficient solutions for complex data-related issues.
  10. Industry Demand: Many organizations rely on SQL Server databases, and there is a constant demand for professionals who can work with PL/SQL. This skill is in demand across various industries, from finance to healthcare.

In conclusion, programming in PL/SQL Server is essential for efficiently managing and leveraging data within an organization. It empowers professionals to build robust, secure, and high-performing database applications, making them invaluable assets in the IT and database management fields.

PL/SQL Server: Its Applications Across Industries and Beyond

PL/SQL Server, a powerful programming language for Oracle and Microsoft SQL Server databases, finds extensive applications across various industries and domains, contributing significantly to data management, processing, and security. Here’s a glimpse of its applications:

  1. Finance and Banking: PL/SQL Server is vital in financial institutions for managing transactional data, ensuring data integrity, and implementing secure financial operations. It facilitates tasks such as auditing, report generation, and regulatory compliance.
  2. Healthcare and Pharmaceuticals: In the healthcare sector, PL/SQL Server is utilized for managing patient records, medical data, and billing information. It helps in maintaining data accuracy, ensuring patient privacy, and facilitating data analysis for research and development purposes.
  3. E-commerce and Retail: PL/SQL Server assists in managing large volumes of customer data, transaction records, and inventory information in e-commerce and retail industries. It helps in streamlining order processing, inventory management, and customer relationship management systems.
  4. Manufacturing and Logistics: PL/SQL Server plays a crucial role in streamlining supply chain management, inventory tracking, and production planning. It facilitates real-time data analysis, ensuring efficient logistics operations and optimized production processes.
  5. Telecommunications: Within the telecommunications sector, PL/SQL Server is instrumental in managing customer data, billing systems, and network performance data. It helps in analyzing call records, monitoring network usage, and ensuring smooth communication services.
  6. Education and Research: PL/SQL Server supports educational institutions in managing student data, academic records, and research information. It aids in maintaining administrative processes, generating reports, and facilitating data-driven decision-making in academic and research settings.
  7. Government and Public Sector: In the government and public sector, PL/SQL Server is utilized for managing citizen information, public records, and administrative data. It helps in ensuring data security, facilitating policy implementation, and supporting government services.
  8. Data Analytics and Business Intelligence: PL/SQL Server is instrumental in data analysis and business intelligence applications. It enables the extraction, transformation, and loading (ETL) of data, as well as the creation of data models and analytical reports for informed decision-making.
  9. Enterprise Resource Planning (ERP) Systems: PL/SQL Server is often integrated into ERP systems to manage various business operations, including finance, human resources, supply chain, and customer relationship management. It facilitates data integration, process automation, and enterprise-level data management.

Overall, the versatility of PL/SQL Server allows it to play a crucial role in enhancing data-driven decision-making, ensuring data security, and optimizing operational efficiency across diverse industries and applications. Its ability to handle complex data operations and provide secure data management solutions makes it an indispensable tool in the modern business landscape.

1. PL/SQL Basic
  • What is PL/SQL
  • PL/SQL Advantages
  • PL/SQL Structure
  • First Example
  • Declaring Variables
  • Comments in PL/SQL
  • Scope of Variables
  • IF then ELSE statement
  • CASE Statement
  • WHILE Loop
  • FOR Loop
2. Processing data via PL/SQL
  • Reading data from database
  • What is %Type
  • Inserting data into database Tally.ERP9
3. PL/SQL Blocks
  • Anonymous Blocks
  • What are Procedures?
  • Creating a Procedure
  • Calling a Procedure
  • Procedure with OUT Mode
  • Procedure with IN OUT Mode
  • What are Functions?
  • Calling a Function Expressions
4. Exceptions
  • What are Exceptions?
  • Exceptions Example
  • User Defined Exceptions
5. Packages
  • What are Packages
  • Package Specification
  • Package Body
  • Executing sub programs present in Packages
6. Working with Records
  • What are Records?
  • Records Example
  • Working with Record data
  • Passing Records as parameters
  • Inserting data using Records
  • Updating data using Records
  • User defined Record Types
  • User defined Record Example
7. Cursors
  • What are Cursors?
  • Implicit Cursor
  • Explicit Cursor
  • Retrieving 1 row using Explicit Cursor
  • Retrieving more than 1 row using Explicit Cursor
  • Using Records in Cursors
  • Cursor FOR Loop
  • Cursor Variable and Reference Cursor
  • Exceptions for Cursors
8. Collections
  • What are Collections
  • Collection Terminology
  • Associative Arrays
  • Nested Tables
  • What are VARRAYS
  • Collection Methods
  • MULTISET Operators
  • Collections Summary
9. Triggers
  • Scripts necessary to practise Triggers
  • Trigger's Introduction
  • Trigger Types
  • Statement Level Trigger
  • Statement Level Trigger with multiple Actions
  • Row Level Trigger
  • OLD and NEW Pseudo Records with an Example
  • Restricting the Trigger based on a Condition using the WHEN clause
  • Restricting the Trigger at a column level using the OF clause
  • Enable/Disable/Drop a Trigger
10. Advanced Topics – Bulk Processing
  • Context Switch
  • Bulk Processing Introduction
  • Bulk Processing Example
  • Bulk Processing with LIMIT option
  • Bulk Processing with ROWTYPE
  • Handling Bulk Processing Exceptions
11. Advanced Topics – Dynamic SQL
  • Dynamic SQL Introduction
  • Dynamic SQL Example
  • Bind variables and Parsing
  • Dynamic SQL with Bind variables
  • Dynamic SQL with Cursors
  • Dynamic SQL with Bulk Collect
12. Advanced Topics – Table Functions
  • Object Creation
  • Table Functions
  • Pipelined Table Functions
13. Advanced Topics – Large Objects (LOB's)
  • Large Objects (LOB's) Introduction
  • Character Large Object (CLOB)
  • Binary Large Object (BLOB)
  • Storing Images/Videos in BLOB's
  • Binary Files (BFILE)
  • Temporary LOB's

Tuition & Investment

Enrollment AmountRegistration AmountNo. of Installments
Rs. 500.00Rs. 9500.0--
Total AmountRs. 10,000.00
Fee w.e.f. June 2023 | This fee structure is for limited time and subject to revised up

Schedule and Enrollment

Monday to Friday | 5 Days a Week Classes | Weekdays

Limited Seats | Apply Now

Rs. 10,000.00

Not sure? Talk to our advisors



    Comprehensive PL/SQL Server Vocabulary

      1. PL/SQL (Procedural Language/Structured Query Language): A programming language for SQL Server databases that allows developers to create stored procedures, functions, and triggers for data manipulation and management.
      2. SQL Server: Microsoft’s relational database management system (RDBMS) used for storing, managing, and retrieving data.
      3. Stored Procedure: A precompiled and reusable SQL code block that performs a specific task when called. It is often used for complex database operations.
      4. Function: A PL/SQL program unit that returns a single value. Functions are frequently used in SQL statements to calculate and return results.
      5. Trigger: A PL/SQL program executed automatically in response to a specific event, such as data modification, insertion, or deletion in a table.
      6. Cursor: A mechanism for traversing and manipulating result sets returned by a SQL query within PL/SQL code.
      7. Exception Handling: The process of dealing with errors and exceptions in PL/SQL code to maintain data integrity and provide appropriate error messages.
      1. Variable: A named storage location in PL/SQL for holding data. Variables can store values, references, or cursors.
      2. Data Type: The attribute of a variable or column specifying the kind of data it can hold, such as number, string, date, or Boolean.
      3. Commit and Rollback: SQL statements used to either save (commit) or discard (rollback) the changes made during a transaction.
      4. Transaction: A series of SQL statements executed as a single unit, ensuring that either all changes are applied or none at all (atomicity).
      5. PL/SQL Block: A group of PL/SQL statements enclosed between BEGIN and END, forming a logical unit of work.
      6. Package: A container for grouping related procedures, functions, variables, and other database objects to manage and maintain code more effectively.
      7. Dynamic SQL: SQL statements generated and executed dynamically within PL/SQL code, often used for creating flexible queries.
      8. Index: A database structure used for quick data retrieval by creating an optimized path to access specific records in a table.
      9. Transaction Isolation Levels: A concept that defines the level of data visibility and locking within concurrent transactions, such as READ COMMITTED, REPEATABLE READ, and SERIALIZABLE.
      10. Database Trigger: A PL/SQL code block that executes automatically when a specific event occurs within the database, such as a row insert, update, or delete.
      11. Ref Cursor: A special type of cursor that allows the result set of a query to be returned to the calling application.
      12. SQL Injection: A security vulnerability that occurs when untrusted input is improperly handled in SQL statements, potentially allowing malicious code execution.
      13. Normalization: A process in database design that reduces data redundancy by organizing data into related tables, enhancing data integrity and efficiency.
      14. Data Warehouse: A database designed for storing and analyzing large volumes of historical and transactional data for business intelligence and reporting purposes.
      15. ETL (Extract, Transform, Load): The process of extracting data from source systems, transforming it into the desired format, and loading it into a data warehouse for analysis.

      This vocabulary provides a foundation for understanding and working with PL/SQL Server, a versatile tool for database development and management.

    Essential List of Editors and Compilers for PL/SQL Server

    Text Editors | Integrated Development Environment (IDE):

    1. SQL Server Management Studio (SSMS): This is the official Microsoft IDE for managing SQL Server databases. It includes a robust code editor for writing and executing PL/SQL code. SSMS is feature-rich and well-suited for database development.
    2. Visual Studio Code: Visual Studio Code (VS Code) is a lightweight, open-source code editor with a wide range of extensions available. You can add PL/SQL-specific extensions to make it suitable for working with SQL Server databases.
    3. Oracle SQL Developer: While primarily designed for Oracle databases, Oracle SQL Developer also supports Microsoft SQL Server. It offers a convenient environment for PL/SQL development with features like code debugging, version control integration, and data modeling.
    4. Toad for SQL Server: Toad is a popular database tool that offers a PL/SQL editor specifically designed for SQL Server. It provides features for code debugging, performance optimization, and data management.
    5. dbForge Studio for SQL Server: This is a SQL Server-focused IDE with PL/SQL support. It offers a variety of tools for database development, including code completion, debugging, and schema comparison.
    6. SQL Server Data Tools (SSDT): SSDT is an integrated development environment that comes as part of SQL Server installations. It’s primarily used for database projects, but it includes a SQL editor for writing PL/SQL code.
    7. Navicat for SQL Server: Navicat is a database management tool that supports multiple database systems, including SQL Server. It provides a user-friendly interface and a code editor for PL/SQL development.
    8. SQL Server Query Analyzer: This is a lightweight query tool included with SQL Server installations. It’s suitable for quick PL/SQL code execution and testing.
    9. Notepad++: While not specifically designed for database development, Notepad++ is a popular text editor that can be extended with plugins for PL/SQL syntax highlighting and code editing.
    10.  

    Compilers:

    1. Oracle SQL*Plus: SQLPlus is a command-line tool provided by Oracle that allows you to connect to an Oracle database and execute PL/SQL code, including compilation of PL/SQL programs. You can use the EXECUTE or / command to execute PL/SQL code in SQLPlus.
    2. Oracle SQL Developer: Oracle SQL Developer is a graphical integrated development environment (IDE) for Oracle Database. It provides a comprehensive environment for writing, debugging, and compiling PL/SQL code.
    3. Oracle SQL*Loader: SQL*Loader is a utility for loading data from external files into an Oracle database. While it is not a PL/SQL compiler, it is a tool for data loading that can be used in conjunction with PL/SQL programs.
    4. Oracle PL/SQL Developer: There are third-party IDEs available, such as “Oracle PL/SQL Developer,” specifically designed for PL/SQL development in Oracle Database. These tools offer features for writing and compiling PL/SQL code.
    5.  

    If you are working with Microsoft SQL Server and you meant T-SQL, SQL Server has its own set of tools and environments for writing and executing T-SQL code, including SQL Server Management Studio (SSMS). It’s important to note that PL/SQL and T-SQL are two distinct languages used in different database systems (Oracle and SQL Server, respectively), and their compilers/interpreters are specific to their respective database systems.

    FAQ's

    How this Course will benefit in my Career?
    Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably have not heard of them accusamus labore sustainable VHS.
    What skills or education do I require to enroll in the Course?
    Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably have not heard of them accusamus labore sustainable VHS.
    Who Join this Training Program?
    Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably have not heard of them accusamus labore sustainable VHS.
    Do you provide a job guarantee after completion of Course?
    Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably have not heard of them accusamus labore sustainable VHS.
    Employment Opportunity after this Training Program?
    Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably have not heard of them accusamus labore sustainable VHS.
    How do I register for this Course?
    Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably have not heard of them accusamus labore sustainable VHS.
    Do I need a laptop/other things for in-person Training?
    Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably have not heard of them accusamus labore sustainable VHS.
    Does your training institute provide internships during the Training?
    Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably have not heard of them accusamus labore sustainable VHS.
    Training Certificate is valid or not?
    Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably have not heard of them accusamus labore sustainable VHS.
    How do I cover the topics discussed in the sessions I missed?
    Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably have not heard of them accusamus labore sustainable VHS.
    Can I get a refund if I can’t make it to the training due to some reasons?
    Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably have not heard of them accusamus labore sustainable VHS.
    What is the Registration Policy?
    Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably have not heard of them accusamus labore sustainable VHS.

    Related Courses

    Programming using C

    Programming using C++

    Programming using Java

    Advance Java

    .Net

    Programming using C#

    Programming using Python

    Pandas

    Tkinter

    TypeScript

    JavaScript

    PHP