Kromatografi cair kinerja tinggi

High-performance liquid chromatography
An HPLC. From left to right: A pumping device generating a gradient of two different solvents- a steel-enforced column and a detector for measuring the absorbance.
AkronimHPLC
KlasifikasiChromatography
Analisisorganic molecules
biomolecules
ions
polymers
Other techniques
Terhubung juga denganChromatography
Aqueous normal-phase chromatography
Hydrophilic Interaction Chromatography
Ion exchange chromatography
Size exclusion chromatography
Micellar liquid chromatography
Ditulis dengan tanda hubungLiquid chromatography-mass spectrometry
A modern self-contained HPLC.
Schematic representation of an HPLC unit. (1) Solvent reservoirs, (2) Solvent degasser, (3) Gradient valve, (4) Mixing vessel for delivery of the mobile phase, (5) High-pressure pump, (6) Switching valve in "inject position", (6') Switching valve in "load position", (7) Sample injection loop, (8) Pre-column (guard column), (9) Analytical column, (10) Detector (i.e., IR, UV), (11) Data acquisition, (12) Waste or fraction collector.

Kromatografi cair berperforma tinggi ((Inggris): high performance liquid chromatography, HPLC) merupakan salah satu teknik kromatografi untuk zat cair yang biasanya disertai dengan tekanan tinggi. Seperti teknik kromatografi pada umumnya, HPLC berupaya untuk memisahkan molekul berdasarkan perbedaan afinitasnya terhadap zat padat tertentu. Cairan yang akan dipisahkan merupakan fase cair dan zat padatnya merupakan fase diam (stasioner). Teknik ini sangat berguna untuk memisahkan beberapa senyawa sekaligus karana setiap senyawa mempunyai afinitas selektif antara fase diam tertentu dan fase gerak tertentu. Dengan bantuan detektor serta integrator kita akan mendapatkan kromatogram. Kromatorgram memuat waktu tambat serta tinggi puncak suatu senyawa.


 


 

Before getting to know more about DDL (Data Definition Language) and DML (Data Manipulation Language), it is necessary to know beforehand, that this discussion is included in database technology, which includes data management methods or techniques, both image text data and other data. Database management is done by writing command codes in the form of SQL Queries that you must enter according to your needs. The following below is the complete understanding of DDL and DML.


For the understanding of DDL and DML itself, that is if DDL (Data Definition Language) is a collection of SQL commands that you can use to manage, change the structure of datatype objects in databases such as indexes, tables, triggers, views and so on. While DML (Data Manipulation Language) itself is a collection of commands that function for database management such as creating tables, creating new databases. Examples of DDL and DML Commands As mentioned earlier, DDL (Data Definition Language) and DML (Data Manipulation Language) are sets of commands that are used to perform functions to create, modify, or delete existing database entities. Therefore, below is a set of commands you can try to manage the database:

 
Relasi Basis Data
1. DDL (Bahasa Definisi Data)

DDL can be used to operate the structural schema on the database, the main commands that can be used in DDL (Data Definition Language) are CREATE, RENAME, ALTER, DROP. Create is the command used to create new databases and tables. While Rename is a command used to change names such as table names, and DROP is a command used to delete an object.


Contoh 1:
CREATE TABLE Buku_Perpus( id INTEGER PRIMARY KEY, kode_buku VARCHAR(20) NULL, judul_buku VARCHAR(225) NOT NULL, tanggal_terbit DATE NULL );

 
In the command example above, it means that a new table named Buku_Library will be created which has an entity column such as id which is given a primary key or cannot be the same as other data, there will also be a Kode_Book column with the data type varchar which has a capacity of holding up to 20 characters and can be left blank by entering a NULL code. Apart from that, there is also a book_title with data type Varchar with a capacity of 225 characters and cannot be empty with NOT NULL code. Lastly, there is a publish_date with data type DATE and can be left blank with a NULL code.
 

Contoh 2:

Alter TABLE Buku ADD Penulis Varchar(100);

Alter TABLE Buku Drop Column Judul_buku;


In the example above there are two command lines, each of which has a different function, in the first line there is the ALTER command which functions to change, in the first line it functions to change the table structure, where a new column will be created later. added with the name Author with data type VARCHAR with a capacity of 100 characters and will be added to the Books table.

  Meanwhile, the second line is a command that is also used to change the table structure, but it is different from the first line which adds a column, the second line actually parses the column, which will be removed is the Book-Title column contained in a table called the Book table, the Hal command The main command used is the ALTER command, but the only difference is the use of ADD and DROP.

 Contoh 3:
DROP TABLE Buku;


In the one-line SQL command example above, there is a command that functions to delete, where the main DROP command is used, which means delete, after the DROP command, it is followed by the TABLE command, which means that the object to be deleted is TABLE , followed by the name of the object clearly, namely books, so that the command reads Delete the Book Table.

 
2. DML (Bahasa Manipulasi Data)

DML is a set of commands used to manage databases such as creating new, adding, deleting and displaying, the main commands are UPDATE, DELETE, INSERT, SELECT. The UPDATE command is used when you want to update data, and the delete command is used when you want to delete data. Apart from that there is also the INSERT command which you can use to enter data into the database, and finally there is the SELECT command which is used to display data. that you have entered.

Contoh :

SELECT * FROM Buku;

 

UPDATE Buku SET Judul_buku = “Programmer” WHERE id = 1123;

 

INSERT INTO Buku (id,kode_buku,judul_buku,tanggal_terbit) values(1124, “KoD2?, “Desainer”, “2013-01-11?);


In the example of the DML (Data Manipulation Language) command above, there are three commands that have different functions, in the first line is a command that functions to display data, there is the main command, namely SELECT which means display, then followed by the asterisk code, which means 'all' . Followed by the FROM Book code, which means Table Book, if it is read in full it will be read. Displays all data contained in the book table.

  Then in the second line there is a command that uses the main code UPDATE Book which means it will change existing data in the book table, followed by SET Book_title = 'Programmer' which means existing data will be changed with the word 'Programmer'. then what to change? contained in the last code WHERE id='123?, the book title that will be changed to 'programmer' is the book title that has id 123.

  Finally, there is a line of code that functions to add data, there is the INSERT INOT Buku function, which means that data will be inserted into the Book table followed by column names sequentially. Then followed by Values with the contents of the data in the order of the column names, finally closed with double quotes in each SQL command.

29

Tag:

Pendahuluan:Jalan tol adalah infrastruktur vital yang menghubungkan berbagai destinasi. Namun, di sepanjang perjalanannya, seringkali kita melihat tindakan yang berbahaya, yaitu membakar sesuatu di sekitar jalan tol. Tindakan ini tidak hanya merugikan lingkungan, tetapi juga membahayakan keselamatan semua pengguna jalan. Dalam artikel ini, kita akan mengulas berbagai aspek bahaya membakar sesuatu di sekitar jalan tol dan mengapa kita harus berhenti melakukan hal ini.Daftar Isi:Sejarah Membakar d…

PendahuluanSiapa yang tak pernah mendengar istilah "bucin" dalam percakapan sehari-hari? Kata ini mungkin terdengar asing bagi beberapa orang, tetapi bagi yang akrab dengan bahasa gaul, kata "bucin" bukanlah hal yang baru. Dalam artikel ini, kita akan menggali lebih dalam tentang bahasa gaul dan makna dari kata "bucin" yang begitu populer di kalangan anak muda. Apakah Anda penasaran? Mari kita simak bersama!Daftar IsiApa Itu Bahasa Gaul?Pengenalan Bahasa GaulBagaimana Bahasa Gaul Berkembang?Meng…

PendahuluanDalam dunia otomotif yang terus berkembang, ada satu nama yang mencuri perhatian: Ford F-150 Lightning. Bukan lagi sebuah rahasia bahwa kendaraan listrik telah menjadi tren masa depan, dan Ford dengan bangga mempersembahkan revolusi terbarunya. Dalam artikel ini, kita akan merambah lebih dalam ke dalam kecanggihan Ford F-150 Lightning, mengungkap sejarahnya, fitur-fitur canggih yang dimilikinya, studi kasus penggunaan, serta menghadirkan pandangan tentang masa depan mobil listrik yang…

PendahuluanSelamat datang dalam petualangan kita untuk menjelajahi UIN SUSKA RIAU, sebuah lembaga pendidikan tinggi yang penuh warna dan inspirasi. Di artikel ini, kita akan merenung tentang sejarah dan signifikansinya, mengeksplorasi fasilitas unik yang dimilikinya, dan mendalam ke dalam pengalaman mahasiswa di kampus ini. Bersiaplah untuk terpesona oleh pesona dan daya tarik yang membuat UIN SUSKA RIAU berbeda dari yang lain.Daftar IsiSejarah UIN SUSKA RIAUAwal Mula dan PerkembanganFasilitas C…

PendahuluanUniversitas Ciputra Surabaya (UCS) adalah salah satu institusi pendidikan tinggi terkemuka di Indonesia. Dalam artikel ini, kita akan menjelajahi berbagai aspek unik dan menarik yang membuat UCS menjadi pilihan utama bagi calon mahasiswa. Mari kita mulai perjalanan ini!Daftar IsiSejarah Singkat Universitas Ciputra Surabaya Awal Terbentuknya UCSVisi dan Misi UCSFasilitas Modern yang Memukau Gedung-Gedung MegahTeknologi TerkiniKurikulum Inovatif Pendidikan Berbasis ProyekKolaborasi Inte…

PendahuluanSelama ini, ketika berbicara tentang destinasi indah di Yunani, Pikirkan Santorini, Mykonos, atau Athena mungkin yang pertama kali terlintas di pikiran Anda. Namun, ada sebuah keindahan tersembunyi di Pulau Zakynthos yang patut dijelajahi: Gua Biru. Dalam artikel ini, kita akan memandu Anda melalui perjalanan menakjubkan ke dalam gua ini, mengeksplorasi sejarahnya yang kaya, dan merasakan keajaiban alam yang tersembunyi di dalamnya.Daftar IsiSejarah Gua Biru: Jejak LegendaGua Biru dal…

PendahuluanPemilihan presiden adalah momen penting dalam kehidupan politik sebuah negara. Tahun 2024 akan menjadi tahun yang menentukan bagi Indonesia, dengan dua tokoh utama yang bersaing memperebutkan kursi presiden: Anies Baswedan dan Muhaimin Iskandar. Dalam artikel ini, kita akan merinci secara rinci perjalanan keduanya menuju persaingan ini dan dampaknya terhadap masa depan Indonesia.Daftar IsiSejarah Karir Anies Baswedan dan Muhaimin IskandarAnies Baswedan: Dari Pendidik hingga Gubernur D…

PendahuluanUniversitas Terbuka adalah salah satu lembaga pendidikan tinggi yang telah lama berkontribusi dalam memajukan pendidikan di Indonesia. Namun, mungkin masih banyak yang belum tahu betapa luar biasanya universitas ini. Melalui artikel ini, kita akan menjelajahi dan mengungkapkan keunggulan Universitas Terbuka yang membuatnya unik dan layak diperhitungkan dalam dunia pendidikan. Dengan gaya bahasa yang santai, mari kita mulai perjalanan kita untuk menggali semua hal menarik yang dimiliki…

UNIVERSITAS KRISTEN DUTAWACANA (UKRida): Membangun Masa Depan Melalui Pendidikan BerkualitasPendahuluanSelamat datang dalam perjalanan kita untuk mengungkap ragam keajaiban dan potensi yang dimiliki oleh Universitas Kristen Dutawacana, atau yang lebih akrab kita sebut UKRida. Dalam artikel ini, kita akan menggali setiap sudut dan celah dari institusi pendidikan yang telah menjadi cikal bakal banyak sukses individu di tanah air. Tidak hanya itu, kita juga akan menjelajahi peran SEO (Search Engine…

PendahuluanSelamat datang di dunia Universitas Al Azhar Indonesia, sebuah lembaga pendidikan tinggi yang telah meraih pengakuan internasional. Dalam artikel ini, kita akan menjelajahi berbagai aspek menarik dan unik yang membuat universitas ini begitu istimewa. Dari sejarahnya yang kaya hingga prestasinya yang luar biasa, mari kita membahas semua hal tersebut dalam detail yang mengesankan.Daftar IsiSejarah Universitas Al Azhar IndonesiaVisi dan Misi UniversitasProgram Studi UnggulanKepemimpinan …