⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 knowledge.sql

📁 利用C语言实现的人工智能系统
💻 SQL
📖 第 1 页 / 共 2 页
字号:
INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'The amount of water in the air is called humidity', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'Water in the air is not called steam, it is called water vapor', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'Water vapor is not hot like steam', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'Humidity is measured as relative humidity', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'Water drinkable by humans is called potable', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'If humans drink dirty water, they get sick', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'Water freezes at 0 degrees celsius', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'Water boils at 100 degrees celsius', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'Water is made of 2 hydrogen atoms, and one oxygen atom', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'The human body is mostly made of water', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'The sun is the only star in our solar system', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'Every planet in our solar system orbits the sun', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'The sun can only be seen in the daytime', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'The sun is very hot', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'Humans can not look directly at the sun without their eyes being hurt.', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'The sun gives off a lot of energy', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'The sun releases large amounts of heat', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'The sun releases large amounts of light', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'The sun is the main source of heat and light for organisms on earth', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'The sun is at the very middle of our solar system', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'All life on the planet earth needs the sun to live', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'Plants get energy from the sun', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'When plants get energy from the sun, it is called photosynthesis', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'The sun has a core', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'The earth has a core', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'The core of the sun is very hot', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'The temperature of the core of the sun is about 13,599,726 degrees celsius', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'The sun is the hottest thing in our solar system', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'The sun is sometimes called Sol', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'The word Sol is sun in Latin', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'The sun is made up of different layers', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '1+1 equals 2', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'knowledge is information', 3, 1)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'data is information', 3, 1)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'knowledge is data', 3, 1)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'The equal sign is =', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'Equal means the same as', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'a project has tasks', 3, 1)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'a project has milestones', 3, 1)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'Mathematics is the name for dealing with numbers', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'a car has 4 doors', 3, 1)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'a car has 4 tires', 3, 1)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'car is a vehicle', 3, 1)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'a car carries passengers', 3, 1)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'a house has doors', 3, 1)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'a mountain is higher than a hill', 3, 1)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'a person has two hands', 3, 1)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'a person has two legs', 3, 1)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'Earth is a planet', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'a person has a face', 3, 1)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'A person has 5 fingers', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'a face has eyes', 3, 1)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'A person has 5 fingers on each hand', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'a face has a nose', 3, 1)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'a face has a mouth', 3, 1)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'A person has 5 toes on each foot', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'People have feelings', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'People like to be happy', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'ears are used for hearing', 3, 1)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'People do not like to be sad', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'eyes are used for seeing', 3, 1)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'People like to have knowledge', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'People are innovative', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'A sentence is a group of words that makes sense together', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'A group of words that does not make sense together is called gibberish', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'A word is a group of letters that means something', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'In the core of the sun, hydrogen atoms are combined to make helium, which is called nuclear fusion', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'Nuclear fusion results in lots of energy', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'When hydrogen is fused together with more hydrogen, it creates helium', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'Helium is an element', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'Hydrogen is an element', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'There are currently 117 known elements', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'Actinium is an element', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'Aluminium is an element', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'A cloud is water in the atmosphere that we can see. ', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'Clouds are where rain and snow come from', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'Clouds are ice crystals suspended in the atmosphere', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'Clouds are extremely heavy', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'The water in a single cloud can have a mass of millions of tons', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'A gram is a unit of mass', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'The symbol of a gram is g', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'A kilogram is a thousand grams', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '1 gram equals 1 thousand milligrams', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '1000 milligrams equals a gram', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '10 decigrams equals a gram', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '100 centigrams equals a gram', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '1 million micrograms equals a gram', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '1 billion nanograms equals a gram', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'One trillion picograms equals a gram', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '1 quadrillion femtograms equals a gram', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '1 quintillion attograms equals 1 gram', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '1 sextillion zeptograms equals a gram', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '1 septillion yoctograms equals a gram', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '1 is called One', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '2 is called Two', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '3 is called Three', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '4 is called Four', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '5 is called Five', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '6 is called Six', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '7 is called Seven', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '8 is called Eight', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '9 is called Nine', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '10 is called Ten', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '11 is called Eleven', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '12 is called Twelve', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '13 is called Thirteen', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '14 is called Fourteen', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '15 is called Fifteen', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '16 is called Sixteen', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '17 is called Seventeen', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '18 is called Eighteen', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '19 is called Nineteen', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '20 is called Twenty', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '30 is called Thirty', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '40 is called Forty', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '50 is called Fifty', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '60 is called Sixty', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '70 is called Seventy', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '80 is called Eighty', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '90 is called Ninety', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '100 is called One Hundred', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '200 is called Two Hundred', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '300 is called Three Hundred', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '300 is also the name of a movie', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '400 is called Four Hundred', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '500 is called Five Hundred', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '600 is called Six Hundred', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '700 is called Seven Hundred', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '800 is called Eight Hundred', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '900 is called Nine Hundred', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '1000 is called One Thousand', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '10=1*10', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'Anything multiplied by one equals itself', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'Anything times zero equals zero', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '0 is called Zero', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '0 is a number representing nothing', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '100=10*10', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'Multiplication of whole numbers is adding copies of the same number multiple times', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, '10*10=10+10+10+10+10+10+10+10+10+10', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'if a number is divisible only by 1 and itself then it is a prime number', 3, 24)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'There are multiple symbols for multiplication', 3, 2)INSERT INTO Knowledge (ID, Data, Source_ID, User_ID) VALUES (NULL, 'The middle dot, or 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -