Jun 29

Learning Python First

Programming by Imam | No Comments »

Learning any one programming language makes it much easier to understand not only computers but other programming languages as well. As you’ll see, Python is perhaps the easiest language to learn and use. This makes it the logical one to get under your belt as a first step on the way to Visual Basic, Java, and so forth.

Popularity: 3% [?]

Jun 29

What Is SQL?

Database, Shout by Imam | No Comments »

SQL is a database query and programming language used for accessing data and for querying, updating, and managing relational database systems. Both the American National Standards Institute (ANSI) and the International Organization for Standardization (ISO) have defined standards for SQL. ANSI is an organization of industry and business groups that develops trade and communication standards for the United States. ANSI is also a member of ISO and of the International Electrotechnical Commission (IEC). ANSI publishes U.S. standards that correspond to international standards. In 1992, ISO and IEC published an international standard for SQL called SQL-92. ANSI published a corresponding standard, ANSI SQL-92, in the United States. ANSI SQL-92 is sometimes referred to as ANSI SQL. Although different relational databases use slightly different versions of SQL, most comply with the ANSI SQL standard. SQL Server uses the superset of ANSI SQL-92 known as T-SQL, which conforms to the SQL-92 standard defined by ANSI.

Popularity: 2% [?]

Jun 29

Hukum Jual Beli Sistem Kredit

Shout, Sisi Lain by Imam | 1 Comment »

Tanya :
Fadhilatus Syaikh Muhammad Nashhiruddin Al-Albani ditanya : Bagaimana hukum
syara (agama) tentang jual beli dengan sistem kredit dalam pembayarannya .?

Popularity: 3% [?]

Jun 22

Store Procedure

Database, Shout by Imam | No Comments »

The procedural database object called the stored procedure or database procedure. We  giving its definition:

A stored procedure is a certain piece of code (the procedure) consisting of declarative and procedural SQL statements stored in the catalog of a database that can be activated by calling it from a program, a trigger, or another stored procedure.

Popularity: 3% [?]

Jun 21

Select Disticnt

Database, Shout by Imam | No Comments »

Untuk mendapatkan nilai yang unik pada tabel yang dipilih.

contoh :

SELECT * FROM nama;

namaawal namaakhir

imam wardany
imam safi’i
imam maulana
dzikril hakiem
dzikril hisyam

SELECT DISTICNT namaawal FROM nama;

namaawal
imam
dzikril

Popularity: 2% [?]

Jun 21

Glossary

Database, Shout by Imam | No Comments »

Glossary

Abstract Entity An entity that models relationships between other entities.

Ad Hoc Report A report that is configured by the user after implementation of the application.

Aggregate Function A SQL function that returns summary values.

Alternate Key A candidate key of a relation that is not used as the primary key of a table.

Application The forms and reports with which the user interacts.

Attribute A column in a relation.

Popularity: 2% [?]

Jun 20

Suara bising knalpot motor akan diatur

Shout by Imam | No Comments »

Cetak
JAKARTA: Pemerintah akan mengatur tingkat kebisingan suara knalpot
sepeda motor untuk mengurangi polusi suara.

Ketua Umum Asosiasi Industri Sepedamotor Indonesia (AISI) Ridwan
Gunawan mengatakan Kantor Kementerian Lingkungan Hidup (KLH) akan
mengadopsi beberapa ketentuan tingkat kebisingan sepeda motor
berdasarkan standar global (Economic Commission for Europe) R41.

Popularity: 3% [?]

Jun 10

Tugas Kereta, Stasiun dan Barang

Study by Imam | No Comments »

Ada sebuah kereta yang melewati 5 stasiun, dan setiap stasiun menurunkan setengah barang dan dari poihak stasiun memberikan 1 barang kepada masinis. Dan di stasiun berikutnya menurunkan kembali setengah barang dan diberikan satu barang begitu selanjutnya sampai ke stasiun ke lima (5) .
Berapa jumlah barang yang harus dibawa oleh masinis dari mulai berangkat ke stasiun pertama sampai ke stasiun ke lima dengan jumlah yang sama?

Popularity: 2% [?]

Jun 07

Tugas Kereta Api, Terowongan dan Burung

Study by Imam | No Comments »

Ada dua buah kereta yang berlawanan arah didalam terowongan dengan menggunakan satu rel, sedangkan panjang terowongan 1000 km. Didalam terowongan tersebut ada seekor burung dengan kecepatan 150 km/jam, sedangkan kereta A dengan kecepatan 80 km/jam dan kereta B dengan kecepatan 100 km/jam. Jadi berapa jarak yang ditempuh burung sebelum kedua kereta tersebut tabrakan?

Popularity: 2% [?]