<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Muarifah87's Weblog</title>
	<atom:link href="http://muarifah87.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://muarifah87.wordpress.com</link>
	<description>Mencoba Melihat Dunia</description>
	<lastBuildDate>Wed, 23 Apr 2008 03:25:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='muarifah87.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Muarifah87's Weblog</title>
		<link>http://muarifah87.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://muarifah87.wordpress.com/osd.xml" title="Muarifah87&#039;s Weblog" />
	<atom:link rel='hub' href='http://muarifah87.wordpress.com/?pushpress=hub'/>
		<item>
		<title>database: jadwal praktikum</title>
		<link>http://muarifah87.wordpress.com/2008/04/22/database-jadwal-praktikum/</link>
		<comments>http://muarifah87.wordpress.com/2008/04/22/database-jadwal-praktikum/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 04:07:30 +0000</pubDate>
		<dc:creator>muarifah87</dc:creator>
				<category><![CDATA[Kegiatan]]></category>

		<guid isPermaLink="false">http://muarifah87.wordpress.com/?p=3</guid>
		<description><![CDATA[# MySQL-Front Dump 2.2 # # Host: localhost   Database: jadwal_praktikum #——————————————————– # Server version 4.0.12-nt # # Table structure for table ‘ASISTEN’ # create table `ASISTEN` ( `Nim` varchar(10) default NULL, `Nama` varchar(20) default NULL, `Jenis_Kelamin` enum(’P&#8217;,’L&#8217;) default NULL, `Fakultas` varchar(30) default NULL ) TYPE=MyISAM; # # Dumping data for table ‘ASISTEN’ # # # Table [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=muarifah87.wordpress.com&amp;blog=3543949&amp;post=3&amp;subd=muarifah87&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:small;font-family:Times New Roman;"># MySQL-Front Dump 2.2<br />
#<br />
# Host: localhost   Database: jadwal_praktikum<br />
#——————————————————–<br />
# Server version 4.0.12-nt</span></p>
<p><span style="font-size:small;font-family:Times New Roman;">#<br />
# Table structure for table ‘ASISTEN’<br />
#</span></p>
<p><span style="font-size:small;font-family:Times New Roman;">create table `ASISTEN` (<br />
`Nim` varchar(10) default NULL,<br />
`Nama` varchar(20) default NULL,<br />
`Jenis_Kelamin` enum(’P&#8217;,’L&#8217;) default NULL,<br />
`Fakultas` varchar(30) default NULL</span></p>
<p><span style="font-size:small;font-family:Times New Roman;"><br />
) TYPE=MyISAM;</span></p>
<p><span style="font-size:small;font-family:Times New Roman;">#<br />
# Dumping data for table ‘ASISTEN’<br />
#</span></p>
<p><span style="font-size:small;font-family:Times New Roman;">#<br />
# Table structure for table ‘DOSEN’<br />
#</span></p>
<p><span style="font-size:small;font-family:Times New Roman;">create table &#8216;DOSEN` (<br />
`NIP` varchar(10) default NULL,<br />
`Nama` varchar(30) default NULL,<br />
`Jenis_Kelamin` enum(’P&#8217;,’L&#8217;) default NULL<br />
) TYPE=MyISAM;</span></p>
<p><span style="font-size:small;font-family:Times New Roman;">#<br />
# Dumping data for table ‘DOSEN’<br />
#<br />
 DOSEN values(”028765648″,”Tito Pandito”,”L”);</span></p>
<p><span style="font-size:small;font-family:Times New Roman;">#<br />
# Table structure for table ‘MAHASISWA’<br />
#</span></p>
<p><span style="font-size:small;font-family:Times New Roman;">create table `MAHASISWA` (<br />
`Nim` varchar(10) default NULL,<br />
`Nama` varchar(30) default NULL,<br />
`Jenis_Kelamin` enum(’P&#8217;,’L&#8217;) default NULL,<br />
`Program_studi` varchar(30) default NULL<br />
) TYPE=MyISAM;</span></p>
<p><span style="font-size:small;font-family:Times New Roman;">#<br />
# Dumping data for table ‘MAHASISWA’<br />
#<br />
insert into MAHASISWA values(”0501060056″,”rahmiyati”,”P”,”P.Matematika”);<br />
insert into MAHASISWA values(”0501060105″,”agung”,”L”,”P.Matematika”);<br />
insert into MAHASISWA values(”0501060063″,”lubis”,”L”,”P.matematika”);<br />
insert into MAHASISWA values(”0401060065″,”tri widiantoro”,”p.”,”PGSD”);</span></p>
<p><span style="font-size:small;font-family:Times New Roman;">#<br />
# Table structure for table ‘mata_kuliah’<br />
#</span></p>
<p><span style="font-size:small;font-family:Times New Roman;">create table `MATA_KULIAH` (<br />
`Kode_MK` varchar(10) default NULL,<br />
`Mata_Kuliah` varchar(30) default NULL,<br />
`Keterangan` enum(’B&#8217;,’U&#8217;) default NULL,<br />
`Bobot_SKS` int(30) unsigned default NULL<br />
) TYPE=MyISAM;</span></p>
<p><span style="font-size:small;font-family:Times New Roman;">#<br />
# Dumping data for table ‘MATA_KULIAH’<br />
#</span></p>
<p><span style="font-size:small;font-family:Times New Roman;">#<br />
# Table structure for table ‘WAKTU’<br />
#INSERT INTO mahasiswa VALUES(”0501060057″,”ambar”,”P”,”P.Matematika”);<br />
INSERT INTO mahasiswa VALUES(”0501060105″,”pawit”,”L”,”P.Matematika”);<br />
</span></p>
<p><span style="font-size:small;font-family:Times New Roman;">create table `WAKTU` (<br />
`Jam` varchar(10) default NULL,<br />
`Hari` varchar(30) default NULL<br />
) TYPE=MyISAM;</span></p>
<p><span style="font-size:small;font-family:Times New Roman;">#<br />
# Dumping data for table ‘WAKTU’<br />
#<br />
insert into WAKTU values(”14.00″,”Rabu”);<br />
insert into WAKTU values(”16.30″,”Kamis”);<br />
insert into WAKTU (”16.30″,”Jum\’at”);</span></p>
<p class="MsoNormal" style="margin:0;"><span style="font-size:small;font-family:Times New Roman;"> </span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/muarifah87.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/muarifah87.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/muarifah87.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/muarifah87.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/muarifah87.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/muarifah87.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/muarifah87.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/muarifah87.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/muarifah87.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/muarifah87.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/muarifah87.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/muarifah87.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/muarifah87.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/muarifah87.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/muarifah87.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/muarifah87.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=muarifah87.wordpress.com&amp;blog=3543949&amp;post=3&amp;subd=muarifah87&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://muarifah87.wordpress.com/2008/04/22/database-jadwal-praktikum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/76e685e681438bf9ad689ff984923db9?s=96&#38;d=identicon" medium="image">
			<media:title type="html">muarifah87</media:title>
		</media:content>
	</item>
	</channel>
</rss>
