Login
Discover
Waves
Communities
Login
Signup
sweethoney
@sweethoney
54
Followers
276
Following
16
Follow
Resource Credits
Available
Used
Created
2017-07-14 15:58
RSS Feed
Subscribe
Comments
Blog
Posts
Comments
Communities
Wallet
sweethoney
grateful
2024-06-11 16:30
RE: 感恩今天 11 June 2024 -------HERE
CREATE TABLE Owner(ownerID VARCHAR(10), ownerName VARCHAR(50), ownerdrerss VARCHAR(255), PRIMARY KEY (ownerID));
$ 0.000
0
sweethoney
sql
2024-06-03 04:46
RE: Create database in Visual Studio
ChatGPT Yes, TRUNCATE TABLE is another SQL command that can delete all records from a table without deleting the table itself. Unlike DELETE FROM, which removes rows one by one and can be rolled back using
$ 0.000
0
sweethoney
sql
2024-06-03 04:07
RE: Create database in Visual Studio
Delete From table_name Where col_name = 'Millar'
sweethoney
sql
2024-06-03 04:05
RE: Create database in Visual Studio
Update table_name Set col_name =' Harper Building' Where department = ' engineering'
sweethoney
sql
2024-06-02 07:24
RE: Create database in Visual Studio
Transpose Insert Into targettable(newname) Select oldcolumnname From sourcetable
sweethoney
sql
2024-06-02 04:00
RE: Create database in Visual Studio
INSERT INTO table_name (col1_name,col2_nam, col3_name) Values (value1, value2, value3), (value1, value2, value3), (value1, value2, value3);
sweethoney
sql
2024-06-01 17:39
RE: Create database in Visual Studio
Alter Table students ADD(age INT, country Varchar(10), nationality Varchar); Alter Table students Drop Column nationality; Alter Table students Modify country Varchar(88);
sweethoney
sql
2024-05-31 04:47
RE: Create database in Visual Studio
CREATE TABLE address(id int not null, street varchar(255), postcode varchar(10), town varchar(30) default "Harrow"); The DEFAULT keyword used in this statement is followed by the default value
sweethoney
sql
2024-05-30 04:56
RE: SQL for 30 MAy2024
異星戰境
sweethoney
no
2024-05-29 14:43
RE: NoSQL databases
sweethoney
no
2024-05-29 14:00
RE: NoSQL databases
Question 1 What is a Database in computing? 1 / 1 point A collection of organized data stored and accessed electronically. A collection of tables of data stored and accessed electronically. Correct Correct!
sweethoney
article
2024-05-28 15:54
RE: Coursera writing 1 on 28 MAY
A foreign key is a field in one table that connects to the primary key field in the original table, which in this case is the customer table. The customer ID is the primary key of the customer table, but
sweethoney
article
2024-05-28 15:52
RE: Coursera writing 1 on 28 MAY
Question Can a primary key be used to identify a table field that contains unique values? Yes Correct Yes, a Primary Key field contains unique values that cannot be replicated elsewhere in the table. This
sweethoney
article
2024-05-28 15:43
RE: Coursera writing 1 on 28 MAY
Order Entity object oriented database Graph database Document database
sweethoney
article
2024-05-25 13:38
RE: Article Writing for 24th May 2024 把美
如果聊天 发个微笑表情包 称赞 - 一只小可爱 3.描述你自己的状态,心情环境,盖着小被子躺在书房的沙发和你聊天 语音-抚着面膜躺在床上,好有画面感 5.你的小名是什么 跟男生的规则来玩,以后来我朋友圈看 7.不深聊工作话题 忙不忙? 9.旅行看电影睡觉觉 10.同样都是9年教育义务为什么你比我厉害 在干嘛 模糊邀约,嗯啊,不许电人家,你觉得我有电吗,有 眼睛会放电
sweethoney
self-realisation
2024-05-22 07:07
RE: 23th Feb 2024
5月22日2024年,雨天,来到年中,开始发现这份学业的局限性,天天在规划前路,要往Business Analyst,Data Analyst, Data Scientist 或Data Engineer 的路走。成绩无法为我争取到理想的工作,今天看code basic有什么可以enlighten me with。生活方面,昨天去参加了直销讲座会,开玩笑,还要贴5块钱场地费。 It cant even
sweethoney
write
2024-05-10 14:54
RE: Article writing for 10th May 2024
Suggestion from the LLM: Today marks a unique day, following the incident that occurred yesterday. Last night, I attended a sports meet-up event at the stadium and engaged in a vigorous workout session.
sweethoney
writing
2024-05-09 07:14
RE: Article writing for 9th May 2024
I am absolutely thrilled to share that my team has achieved the position of first runner-up in the prestigious MASA Academy: DataCamp Team Assignment (R-Programming) 2024. A heartfelt thank you to the
sweethoney
article
2024-05-05 02:59
RE: Article writing for 27 Apr 2024
sweethoney
translation
2024-05-01 09:07
RE: Translation on 1May 2024
Hi! Thanks for seeking permission about your survey. Just to let you know, we generally keep posts and discussions in this chat focused specifically on communications by the Production Interest Group (PDIG)
← Latest
Older →