Abstract

On the development of the database currently has become a very important thing, each will plan something, consider any thing we will need and use existing data in a database, The development of the database currently has become a very important thing, when we want to plan something and consider everything, we will need and use existing data in a database, PostgreSQL is one Object Relational Database Management Systems (DBMS) open source with a lot of features that are not less sophisticated to commercial databases. On daily use, it sometimes occurs a case that requires a dynamic column, therefore we should make the new columns to meet those needs. However, if each row of the table column requires different column and potentially need another ones, then it is going to be useless. On the research of utilizing the technology of JavaScript Object Notation (JSON),Json_encode PHP programming language can simplify the use of the column so that a new column is no longer needed when we want to create a new column on the table, we only need a new column that stores an array that has been converted into a JSON string forms the result of json_encode that represents the column name and the content of the columns of a table.

Highlights

  • JavaScript Object Notation (JSON)),Json-encode PHP programming language can simplify the use of the column

  • we want to create a new column on the table

  • only need a new column that stores an array that has been converted into a JSON string forms the result of json-encode that represents the column name

Read more

Summary

Introduction

Format JSON sebenarnya kalau perhatikan sama dengan fungsi sebuah tabel yang berisi kolom dan baris atau bisa juga hanya kolom dan baris saja, untuk lebih jelas listing 3 berikut adalah contoh dari JASON: Listing 3. Penulis mencoba menerapkan JSON untuk meminimasi jumlah kolom pada tabel, sebagai contoh tabel user dimana terdapat hak akses untuk masuk ke beberapa aplikasi dan menu didalamnya.

Results
Conclusion

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.