Posts

Introduction to Structured Query Language (SQL) Query Solution || Coursera 2022 || Week

 You just need to run this query in phpMyAdmin and according to given input data you just write in the user table. And after run the below query you click on export menu in the up side and follow the instructions. And First of all create database named as "roster" When you have the data all inserted, use phpMyAdmin to Export the data as follows: Select the database (do not select a table within the database) Select the Export Tab Select "Custom - display all possible options" Select "Save output to a file" Set the format to JSON Do not select "pretty print" the output Leave everything else as default and run the export. NOTE : "DON'T CHANGE THE USER_ID " you only change the name. Rest of the query is same. So here is the query  CREATE TABLE `course` (   `course_id` int(11) NOT NULL,   `title` varchar(128) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO `course` (`course_id`, `title`) VALUES (1, 'si106'), (2, ...

Introduction to iOS App Development with Swift 5 Week 1 quiz answer 2021Coursera

Question 1 If you want your images to support both retina and non-retina iOS devices what should you do?                                                                                                                                                                                          1 / 1 point A) Provide @1x, @2x, and @3x images B) Click the checkbox in the storyboard labeled "Enable Retina" C) Provide both PNG and JPEG versions of you...

Different type of OS in market || 2021

Image
  Proprietary [ edit ] Acorn Computers [ edit ] Arthur ARX MOS RISC iX RISC OS Amazon [ edit ] Fire OS Amiga Inc. [ edit ] AmigaOS AmigaOS 1.0-3.9  (Motorola 68000) AmigaOS 4  (PowerPC) Amiga Unix  (a.k.a. Amix) Amstrad [ edit ] AMSDOS Contiki CP/M 2.2 CP/M Plus SymbOS Apple Inc. [ edit ] Apple II  family Apple DOS Apple Pascal ProDOS GS/OS GNO/ME Contiki Apple III Apple SOS Apple Lisa Apple Macintosh Classic Mac OS A/UX  ( UNIX System V  with  BSD  extensions) Copland MkLinux Pink Rhapsody macOS  (formerly Mac OS X and OS X) macOS Server  (formerly Mac OS X Server and OS X Server) Apple Network Server IBM AIX  (Apple-customized) Apple MessagePad Newton OS iPhone  and  iPod Touch iOS  (formerly iPhone OS) iPad iPadOS Apple Watch watchOS Apple TV tvOS Embedded operating systems A/ROSE bridgeOS iPod software  (unnamed embedded OS for  iPod ) Unnamed  NetBSD  variant for  Airport Extreme ...