Posts

  A. ENGAGE   1. XML (Extensible Markup Language) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. It provides a standardized way to structure and store data, making it easy to exchange information between different systems and platforms.       XML uses tags to define elements, similar to HTML, but unlike HTML, XML does not have predefined tags. Instead, users define their own tags to create a hierarchical structure for the data.   2. JSON (JavaScript Object Notation) is a lightweight data interchange format that is easy for humans to read and write and simple for machines to parse and generate. It is widely used for transmitting data between a server and a web application, as well as for storing and exchanging structured data.   JSON data is represented as key-value pairs and organized into objects and arrays.   3. AJAX (Asynchronous JavaS...
 What is Sql?      Structured Query Language is known as SQL. It is a computer language created especially for controlling and working with relational databases. It is possible to insert, update, and delete data with SQL, as well as interface with databases and retrieve data from them. With SQL, you may define tables and their associations, alter the data included in the tables, and create and modify database schemas (structures). Regardless of the particular database management system (DBMS) being used, it offers a standardized means to communicate with relational databases.   Because SQL is a declarative language, the database management system determines how to carry out the operation once you define the data you want to obtain or alter. Commonly used in SQL statements are keywords, phrases, and clauses that  
Image
  DATA DEFINITION LANGUAGE         Data Definition Language (DDL) is a subset of SQL (Structured Query Language) that is used to define and manage the structure of a relational database. DDL allows database administrators and developers to create, modify, and delete database objects such as tables, views, indexes, and schemas. In the blog, we will explore the concepts of DDL, its key commands, and how it is used database management. INTERACTIVE DATA MANIPULATION LANGUAGE          Interactive Data Manipulation Language (IDML) is a type of programming language used for performing data manipulation task interactively. IDML typically provides a set of commands or operations that can be used to manipulate data in a database, spreadsheet, or other data storage system.          IDML is designed to be user-friendly and interactive, allowing users to issue commands or statements and see the results immediately. It of...

Blog Post #1 (LAB)

Image
      Greetings, I'm Xydrin Fritz M.Mose. I am twenty years old. My entire life has been spent in Olongapo City, Zambales, where i was born. I'm a fun-loving, sociable individual who enjoys having a good time. Im open to new ideas and I'm Constantly seeking out fresh information. I'd want to meet new people who are like-minded and share my ideas. Learning in Information management at Gordon College was a wonderful experience for me. This experience was greatly enhanced by my instructor, Ms.Mayer sanchez. She was able to give me the information I required to comprehend this topic and develop a deeper appreciation for it. I now have a better knowledge of the significance of data in the digital era thanks to my study in information management. I have learned important lesson on how to manage data efficiently and securely to preserve the integrity and protection of personal information..
Image
 FUNCTION OF DBMS                                                                                                  A Database Management System (DBMS) is a software system that allows users to create, manage, and access databases. Its main function include: Data Definition: A DBMS allows users to define and create data structure in a database. This includes defining tables, fields, and relationships between tables. Data Manipulation: A DBMS allows user to insert, delete, modify, and query data in a database. it provides a way to perform these operation through a variety of user interfaces such as SQL, forms, or reports. Data Administration: A DBMS provides tools for managing the database, such as database backup and recovery, performance ...